Explorar el Código

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

Mariano Z. hace 1 mes
padre
commit
acb7f9c663
Se han modificado 1 ficheros con 6 adiciones y 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
+}