소스 검색

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