@@ -71,3 +71,9 @@ function mcd() {
mkdir -p "$1" && cd "$1" || return
}
compdef _cd mcd
+
+function gamemode() {
+ export STEAM_MULTIPLE_XWAYLANDS=1
+ gamescope -W 2560 -H 1440 -r 144 -e --xwayland-count 2 --adaptive-sync -- steam -gamepadui -steamdeck
+}