【macOS使用·第三期】yabai,啟動(dòng)!

yabai安裝及使用
倉(cāng)庫(kù):https://github.com/Hydraallen/yabai_Usage
安裝
關(guān)閉系統(tǒng)完整性保護(hù):
https://github.com/koekeishiya/yabai/wiki/Disabling-System-Integrity-Protection
安裝Homebrew
官網(wǎng):https://brew.sh/
如果官網(wǎng)上不去,可以使用清華大學(xué)開(kāi)源軟件鏡像站:https://mirrors.tuna.tsinghua.edu.cn/
安裝yabai:https://github.com/koekeishiya/yabai/wiki/Installing-yabai-(latest-release)
brew install koekeishiya/formulae/yabai
啟動(dòng)?yabai
yabai --start-service
配置?yabairc
touch ~/.yabairc
chmod +x ~/.yabairc
官方示例:https://github.com/koekeishiya/yabai/tree/master/examples
我的配置:https://github.com/Hydraallen/yabai_Usage/blob/main/.yabairc
安裝 skhd:https://github.com/koekeishiya/skhd
?brew install koekeishiya/formulae/skhd
啟動(dòng)skhd??
skhd --start-service
官方示例:https://github.com/koekeishiya/skhd/tree/master/examples
我的配置:https://github.com/Hydraallen/yabai_Usage/blob/main/.skhdrc
使用
?`ctrl + alt + backspace` Close active application (快速關(guān)閉窗口)
?`ctrl + alt + 0` Equalize size of windows (平鋪當(dāng)前界面所有窗口)
?`ctrl + alt + 0x24` full screen / un-full screen(切換窗口全屏) 0x24 表示回車(chē)
?`cmd + shift + h/j/k/l` window resize調(diào)整窗口大小
?`shift + alt + h/j/k/l`swap window & move window in floating mode (移動(dòng)窗口)
?`ctrl + 1/2/3/4/5/6/7/8/9` 在 9 個(gè)桌面之間切換
?`cmd + shift + 1/2/3/4/5/6/7/8/9` 將窗口發(fā)送到某個(gè)其他桌面
?`cmd + shift + e/r`? Rotate windows clockwise and anticlockwise (旋轉(zhuǎn)窗口)
?`ctrl + alt + space`? float / Unfloat window (切換窗口浮動(dòng))
?`cmd - return` 啟動(dòng)終端(kitty)
?`ctrl + e` 切換為平鋪模式
?`ctrl + s` 切換為堆疊模式
?`shift + cmd + n` 創(chuàng)建一個(gè)新桌面,并把當(dāng)前活動(dòng)的窗口發(fā)送到新桌面,并且自動(dòng)跳轉(zhuǎn)到新桌面. 需要 jq 支持 (`brew install jq`)
?`ctrl + up/down`在 stack 模式下通過(guò)方向鍵切換窗口
?`cmd + left/right` 在 bsp 模式下通過(guò)方向鍵切換窗口?