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.

desktop-apps.yaml 475B

3 years ago
123456789101112131415161718192021222324
  1. ---
  2. - name: desktop app service
  3. template:
  4. src: desktop-apps/desktop-app.service.j2
  5. dest: ~/.config/systemd/user/desktop-app@.service
  6. mode: 0755
  7. notify: systemd daemon-reload
  8. - name: autostart terminal
  9. systemd:
  10. name: desktop-app@{{default_terminal}}.service
  11. enabled: true
  12. scope: user
  13. # {% if home_profile != "vdesk" %}
  14. # blueman-applet
  15. # pasystray
  16. # nm-applet
  17. # {% endif %}
  18. # {% if home_profile == "presentation" %}
  19. # unclutter
  20. # {% endif %}