autostart: Template the autostart target unit file
This commit is contained in:
31
autostart/autostart.target.j2
Normal file
31
autostart/autostart.target.j2
Normal file
@@ -0,0 +1,31 @@
|
||||
[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([]) %}
|
||||
Wants=firefox@{{ profile.name }}.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=wallpaper.timer
|
||||
Wants=xresources.service
|
||||
Wants=yubikey-touch-detector.service
|
||||
|
||||
Reference in New Issue
Block a user