From 4d876ac1cfe201a00b2017a9582dd486a87be3ae Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Mon, 3 Jun 2024 17:58:01 -0400 Subject: [PATCH] feat(yabai): add shortcut for alacritty --- modules/yabai.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/yabai.nix b/modules/yabai.nix index 41fa5b5..cc07b98 100644 --- a/modules/yabai.nix +++ b/modules/yabai.nix @@ -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' ''; }; }