Explorar o código

dev: automated commit - 2026-01-07 23:23:16

Mariano Z. hai 1 mes
pai
achega
acb7f9c663
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      zsh/.config/zsh/functions/utils.zsh

+ 6 - 0
zsh/.config/zsh/functions/utils.zsh

@@ -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
+}