11 lines
218 B
Bash
Executable file
11 lines
218 B
Bash
Executable file
#!/bin/env sh
|
|
|
|
# Alternative Steam start script
|
|
# Call this file from /usr/share/applications/steam.desktop
|
|
|
|
~/scripts/gametime.sh on
|
|
|
|
# Run Steam with Gamemode
|
|
gamemoderun steam-native "$@"
|
|
|
|
~/scripts/gametime.sh off
|