You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

31 lines
542B

  1. #!/usr/bin/fish
  2. {{ ansible_managed | comment }}
  3. # set PATH so it includes users
  4. # private bin directory if it exists
  5. if test -d "$HOME/bin"
  6. set -x PATH "$HOME/bin:$PATH"
  7. end
  8. # reload script
  9. source {{eralitex_directory}}/{{item}}/reload
  10. {% if item != "vdesk" %}
  11. blueman-applet &
  12. pasystray &
  13. nm-applet &
  14. {% endif %}
  15. {% if item != "presentation" and item != "vdesk" %}
  16. /usr/local/bin/screensaver-start &
  17. {% endif %}
  18. {% if item == "presentation" %}
  19. unclutter &
  20. {% endif %}
  21. exec /usr/bin/i3 -c {{eralitex_directory}}/{{item}}/i3.config