feat(yabai): add shortcut for alacritty
This commit is contained in:
parent
3162e64534
commit
4d876ac1cf
@ -74,6 +74,9 @@
|
|||||||
| 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 {}
|
||||||
|
|
||||||
|
# applications
|
||||||
|
ctrl + alt - t: open -n -a 'Alacritty.app'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user