25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Bu depo arşivlendi. Dosyaları görüntüleyebilir ve klonlayabilirsiniz ama işlem gönderemez ve konu/değişiklik isteği açamazsınız.

xsession.fish.j2 521B

4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
4 yıl önce
12345678910111213141516171819202122232425262728
  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