fix(yabai): format
This commit is contained in:
parent
9392a7904a
commit
f372494546
@ -56,6 +56,11 @@
|
|||||||
|
|
||||||
ctrl + alt - q: yabai -m window --close
|
ctrl + alt - q: yabai -m window --close
|
||||||
|
|
||||||
|
## stack window
|
||||||
|
# Note that this only works when the active window does *not* already belong to a stack
|
||||||
|
shift + alt + cmd - left : yabai -m window west --stack $(yabai -m query --windows --window | jq -r '.id')
|
||||||
|
shift + alt + cmd - right : yabai -m window east --stack $(yabai -m query --windows --window | jq -r '.id')
|
||||||
|
|
||||||
# 0x21 - [
|
# 0x21 - [
|
||||||
# 0x1E - ]
|
# 0x1E - ]
|
||||||
ctrl + alt - 0x21 : yabai -m query --spaces --space \
|
ctrl + alt - 0x21 : yabai -m query --spaces --space \
|
||||||
@ -69,7 +74,6 @@
|
|||||||
| xargs -I{} yabai -m query --windows --space {} \
|
| xargs -I{} yabai -m query --windows --space {} \
|
||||||
| jq -sre "add | map(select(.minimized != 1)) | sort_by(.display, .frame.y, .frame.x, .id) | reverse | nth(index(map(select(.focused == 1))) - 1).id" \
|
| jq -sre "add | map(select(.minimized != 1)) | sort_by(.display, .frame.y, .frame.x, .id) | reverse | nth(index(map(select(.focused == 1))) - 1).id" \
|
||||||
| xargs -I{} yabai -m window --focus {}
|
| xargs -I{} yabai -m window --focus {}
|
||||||
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user