31 lines
693 B
Django/Jinja
31 lines
693 B
Django/Jinja
[Unit]
|
|
BindsTo=windowmanager.target
|
|
After=windowmanager.target
|
|
|
|
Wants=blueman.service
|
|
#Wants=discord.service
|
|
Wants=dpms.service
|
|
Wants=dunst.service
|
|
Wants=element.service
|
|
{% for profile in (user.firefox_profiles|default({})).keys() %}
|
|
Wants=firefox@{{ profile }}.service
|
|
{% endfor %}
|
|
Wants=gpg-agent.service
|
|
Wants=gnome-keyring.service
|
|
Wants=keepassx.service
|
|
Wants=keyboard.service
|
|
Wants=laptop-lid.service
|
|
Wants=nextcloud.service
|
|
Wants=nm-applet.service
|
|
Wants=pasystray.service
|
|
Wants=redshift.service
|
|
Wants=restic.timer
|
|
Wants=screencfg.service
|
|
Wants=signal.service
|
|
Wants=spotify.service
|
|
Wants=steam.service
|
|
Wants=touchpad.service
|
|
Wants=xresources.service
|
|
Wants=yubikey-touch-detector.service
|
|
|