Files
dotfiles/autostart/services/steam.service
2024-08-16 13:08:37 +02:00

13 lines
295 B
Desktop File

[Unit]
BindsTo=autostart.target
After=windowmanager.target
After=i3.service
ConditionPathExists=%t/features/steam
[Service]
# `-system-composer`: https://github.com/ValveSoftware/steam-for-linux/issues/10806
ExecStart=/usr/bin/env steam -system-composer
PassEnvironment=DISPLAY
Restart=always