Files
dotfiles/autostart/services/steam.service

12 lines
203 B
SYSTEMD
Raw Normal View History

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