mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-06-15 16:09:36 +00:00
kernel still breaking. updated name which may have been issue
This commit is contained in:
13
docs/solarpowered-main/files/solarpowered-ex/usr/bin/gamescope-session
Executable file
13
docs/solarpowered-main/files/solarpowered-ex/usr/bin/gamescope-session
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user