瀏覽代碼

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

Mariano Z. 1 月之前
父節點
當前提交
acb7f9c663
共有 1 個文件被更改,包括 6 次插入0 次删除
  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
+}