Files
dotfiles/autostart/services/discord.service

10 lines
175 B
SYSTEMD
Raw Normal View History

2020-12-26 13:01:12 +01:00
[Unit]
BindsTo=autostart.target
After=windowmanager.target
2021-01-27 16:38:00 +01:00
ConditionPathExists=%h/.var/run/features/discord
2020-12-26 13:01:12 +01:00
[Service]
2021-01-27 15:17:45 +01:00
ExecStart=/usr/bin/env discord
2021-01-30 21:06:08 +01:00
PassEnvironment=DISPLAY