Add support for yabai's 'stack' layout, which has replaced monocle layout
This commit is contained in:
parent
cf2cd53281
commit
c63fd636f9
2 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@ yabai==yabai
|
|||
|
||||
modes=(
|
||||
bsp 🌳
|
||||
monocle 🔍
|
||||
stack 📚
|
||||
float ⛵
|
||||
)
|
||||
typeset -A icons
|
||||
|
|
|
@ -141,6 +141,7 @@ alt - s : yabai -m window --toggle sticky
|
|||
|
||||
# change layout of desktop
|
||||
rctrl - a : yabai -m space --layout bsp
|
||||
rctrl - s : yabai -m space --layout stack
|
||||
rctrl - d : yabai -m space --layout float
|
||||
|
||||
play : mpc toggle
|
||||
|
|
Loading…
Reference in a new issue