您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。

xsession.fish.j2 521B

4 年前
4 年前
4 年前
4 年前
4 年前
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