2020-12-20 20:36:27 +01:00
|
|
|
[Unit]
|
2020-12-21 17:57:18 +01:00
|
|
|
BindsTo=windowmanager.target
|
|
|
|
|
After=windowmanager.target
|
|
|
|
|
|
2020-12-20 21:48:31 +01:00
|
|
|
Wants=dpms.service
|
2020-12-20 20:36:27 +01:00
|
|
|
Wants=dunst.service
|
2022-01-14 16:28:27 +01:00
|
|
|
{% for profile, config in (user.firefox_profiles|default({})).items() %}
|
|
|
|
|
{% if config.bigger_font|default(false) is sameas false %}
|
2021-10-17 09:58:36 +02:00
|
|
|
Wants=firefox@{{ profile }}.service
|
2022-01-14 16:28:27 +01:00
|
|
|
{% endif %}
|
|
|
|
|
{% endfor %}
|
|
|
|
|
{% for profile, config in (user.firefox_profiles|default({})).items() %}
|
|
|
|
|
{% if config.bigger_font|default(false) is sameas true %}
|
|
|
|
|
Wants=firefox-gtk-override-bigger-font@{{ profile }}.service
|
|
|
|
|
{% endif %}
|
2021-10-02 10:52:59 +02:00
|
|
|
{% endfor %}
|
2020-12-20 20:36:27 +01:00
|
|
|
Wants=gpg-agent.service
|
2021-01-06 00:19:38 +01:00
|
|
|
Wants=gnome-keyring.service
|
2020-12-20 20:36:27 +01:00
|
|
|
Wants=keepassx.service
|
|
|
|
|
Wants=keyboard.service
|
|
|
|
|
Wants=laptop-lid.service
|
|
|
|
|
Wants=nextcloud.service
|
|
|
|
|
Wants=nm-applet.service
|
|
|
|
|
Wants=pasystray.service
|
|
|
|
|
Wants=redshift.service
|
|
|
|
|
Wants=spotify.service
|
2020-12-30 22:41:00 +01:00
|
|
|
Wants=steam.service
|
2020-12-20 20:36:27 +01:00
|
|
|
Wants=touchpad.service
|
|
|
|
|
Wants=xresources.service
|
|
|
|
|
Wants=yubikey-touch-detector.service
|
2022-05-02 20:41:23 +02:00
|
|
|
Wants=kdeconnect.service
|
2024-05-06 10:19:17 +02:00
|
|
|
Wants=color-theme-dark.service
|