mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-06-15 13:49:33 +00:00
14 lines
299 B
Bash
Executable File
14 lines
299 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# User-configurable Gamescope options
|
|
GAMESCOPE_SESSION_CONFIG="$HOME/.config/default/gamescope-session-config"
|
|
|
|
if [ -f $GAMESCOPE_SESSION_CONFIG ];
|
|
then
|
|
source $GAMESCOPE_SESSION_CONFIG
|
|
fi
|
|
|
|
gamescope \
|
|
$GAMESCOPE_SESSION_OPTIONS \
|
|
-e -- steam -steamdeck -steamos3
|