feat(yabai): add shortcut for alacritty

This commit is contained in:
Michael Thomas 2024-06-03 17:58:01 -04:00
parent 3162e64534
commit 4d876ac1cf

View File

@ -74,6 +74,9 @@
| 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" \
| xargs -I{} yabai -m window --focus {}
# applications
ctrl + alt - t: open -n -a 'Alacritty.app'
'';
};
}