feat: macos: rearanged monitors
parent
18d166bbc0
commit
ed115a7522
|
@ -63,6 +63,7 @@ in {
|
|||
ctrl + alt + shift - 7 : yabai -m window --space 7
|
||||
ctrl + alt + shift - 8 : yabai -m window --space 8
|
||||
ctrl + alt + shift - 9 : yabai -m window --space 9
|
||||
ctrl + alt + shift - 0 : yabai -m window --space 10
|
||||
|
||||
# ctrl + alt + shift - space : yabai -m space --balance
|
||||
ctrl + alt - space : yabai -m space --layout $(yabai -m query --spaces --space | jq -r 'if .["type"] == "bsp" then "float" else "bsp" end')
|
||||
|
@ -84,8 +85,8 @@ in {
|
|||
ctrl + alt + shift - j : yabai -m window --swap south
|
||||
ctrl + alt + shift - k : yabai -m window --swap north
|
||||
|
||||
ctrl + alt - e : yabai -m display --focus 1
|
||||
ctrl + alt - w : yabai -m display --focus 2
|
||||
ctrl + alt - w : yabai -m display --focus 1
|
||||
ctrl + alt - e : yabai -m display --focus 2
|
||||
|
||||
ctrl + alt - g : yabai -m space --toggle gap && yabai -m space --toggle padding
|
||||
|
||||
|
|
Loading…
Reference in New Issue