Unbind Shift + Alt + ArrowKeys in skhd, because I don't need it and various apps do
This commit is contained in:
parent
11d5b1f31a
commit
df43a2ab75
1 changed files with 3 additions and 3 deletions
|
@ -15,13 +15,13 @@ rctrl + shift - k : yabai -m window --swap prev
|
|||
rctrl - 0x18 : yabai -m space --balance
|
||||
|
||||
# make floating window fill screen
|
||||
shift + alt - up : yabai -m window --grid 1:1:0:0:1:1
|
||||
# shift + alt - up : yabai -m window --grid 1:1:0:0:1:1
|
||||
|
||||
# make floating window fill left-half of screen
|
||||
shift + alt - left : yabai -m window --grid 1:2:0:0:1:1
|
||||
# shift + alt - left : yabai -m window --grid 1:2:0:0:1:1
|
||||
|
||||
# make floating window fill right-half of screen
|
||||
shift + alt - right : yabai -m window --grid 1:2:1:0:1:1
|
||||
# shift + alt - right : yabai -m window --grid 1:2:1:0:1:1
|
||||
|
||||
# create desktop, move window and follow focus - uses jq for parsing json (brew install jq)
|
||||
shift + cmd - n : yabai -m space --create && \
|
||||
|
|
Loading…
Reference in a new issue