Files
dotfiles/autostart/services/steam.service

13 lines
295 B
SYSTEMD
Raw Permalink Normal View History

2020-12-26 13:01:12 +01:00
[Unit]
BindsTo=autostart.target
After=windowmanager.target
After=i3.service
ConditionPathExists=%t/features/steam
2020-12-26 13:01:12 +01:00
[Service]
2024-07-11 12:54:54 +02:00
# `-system-composer`: https://github.com/ValveSoftware/steam-for-linux/issues/10806
ExecStart=/usr/bin/env steam -system-composer
2021-01-30 21:06:08 +01:00
PassEnvironment=DISPLAY
2021-10-29 17:44:58 +02:00
Restart=always