2021-02-01 20:38:22 +01:00
|
|
|
[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
|
2021-10-29 17:44:58 +02:00
|
|
|
Restart=always
|