13 lines
295 B
Desktop File
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
|