Remove element
This commit is contained in:
@@ -5,7 +5,6 @@ After=windowmanager.target
|
|||||||
Wants=blueman.service
|
Wants=blueman.service
|
||||||
Wants=dpms.service
|
Wants=dpms.service
|
||||||
Wants=dunst.service
|
Wants=dunst.service
|
||||||
Wants=element.service
|
|
||||||
{% for profile, config in (user.firefox_profiles|default({})).items() %}
|
{% for profile, config in (user.firefox_profiles|default({})).items() %}
|
||||||
{% if config.bigger_font|default(false) is sameas false %}
|
{% if config.bigger_font|default(false) is sameas false %}
|
||||||
Wants=firefox@{{ profile }}.service
|
Wants=firefox@{{ profile }}.service
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
BindsTo=autostart.target
|
|
||||||
After=windowmanager.target
|
|
||||||
After=i3.service
|
|
||||||
|
|
||||||
ConditionPathExists=%h/.var/run/features/element
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
ExecStart=/usr/bin/env element-desktop
|
|
||||||
PassEnvironment=DISPLAY
|
|
||||||
Restart=always
|
|
||||||
Reference in New Issue
Block a user