2020-12-26 13:01:12 +01:00
|
|
|
[Unit]
|
|
|
|
|
BindsTo=autostart.target
|
|
|
|
|
After=windowmanager.target
|
|
|
|
|
After=i3.service
|
|
|
|
|
|
2024-04-14 02:09:29 +02:00
|
|
|
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
|