Remap skhd binding for creating a new space, so it doesn't shadow 'New Incognito Window' in Chrome
This commit is contained in:
parent
3e286da346
commit
942f6aec59
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ rctrl - 0x18 : yabai -m space --balance
|
||||||
# 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)
|
# create desktop, move window and follow focus - uses jq for parsing json (brew install jq)
|
||||||
shift + cmd - n : yabai -m space --create && \
|
rctrl + cmd - n : yabai -m space --create && \
|
||||||
index="$(yabai -m query --spaces --display | jq 'map(select(."native-fullscreen" == 0))[-1].index')" && \
|
index="$(yabai -m query --spaces --display | jq 'map(select(."native-fullscreen" == 0))[-1].index')" && \
|
||||||
yabai -m window --space "${index}" && \
|
yabai -m window --space "${index}" && \
|
||||||
yabai -m space --focus "${index}"
|
yabai -m space --focus "${index}"
|
||||||
|
|
Loading…
Reference in a new issue