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.

29 lines
521B

  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. # xsession reload script
  9. source ~/.xsession.reload.fish
  10. {% if home_profile != "vdesk" %}
  11. blueman-applet &
  12. pasystray &
  13. nm-applet &
  14. {% endif %}
  15. {% if home_profile != "presentation" and home_profile != "vdesk" %}
  16. /usr/local/bin/screensaver-start &
  17. {% endif %}
  18. {% if home_profile == "presentation" %}
  19. unclutter &
  20. {% endif %}
  21. exec /usr/bin/i3