Configuration
This commit is contained in:
parent
79a48c6367
commit
c2c2be122a
1 changed files with 22 additions and 0 deletions
22
Configuration
Normal file
22
Configuration
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
The script reads a config file from:
|
||||
1. ~/.gaming-mode.conf (user override), or
|
||||
2. /etc/gaming-mode.conf (system-wide default)
|
||||
|
||||
Available options
|
||||
|
||||
# How Steam launches:
|
||||
# bigpicture → steam -tenfoot (default)
|
||||
# gamepadui → steam -gamepadui
|
||||
STEAM_LAUNCH_MODE=bigpicture
|
||||
|
||||
# Performance tweaks:
|
||||
# enabled → enable gamescope low-latency flags and perf tweaks
|
||||
# disabled → run in a more conservative mode
|
||||
PERFORMANCE_MODE=enabled
|
||||
|
||||
You can create the file manually or copy from an example:
|
||||
|
||||
sudo cp docs/gaming-mode.conf.example /etc/gaming-mode.conf
|
||||
sudo $EDITOR /etc/gaming-mode.conf
|
||||
|
||||
(User-specific overrides should go in ~/.gaming-mode.conf.)
|
||||
Loading…
Add table
Reference in a new issue