From 7ed857e9a07f0893fc6cc8264f4d993f4d4d2b98 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Tue, 7 Jan 2025 22:14:19 -0600 Subject: system changes --- macos.local/.flake/system/aerospace.nix.org | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'macos.local/.flake/system/aerospace.nix.org') diff --git a/macos.local/.flake/system/aerospace.nix.org b/macos.local/.flake/system/aerospace.nix.org index fed5783..48fb5f1 100644 --- a/macos.local/.flake/system/aerospace.nix.org +++ b/macos.local/.flake/system/aerospace.nix.org @@ -18,11 +18,14 @@ ]; mode.main.binding = { cmd-enter = "exec-and-forget open -n /Applications/Ghostty.app/"; + cmd-d = "exec-and-forget ~/.local/bin/launcher"; + cmd-shift-f = "fullscreen"; + cmd-shift-space = "layout floating tiling"; - cmd-h = "focus left"; - cmd-j = "focus down"; - cmd-k = "focus up"; - cmd-l = "focus right"; + cmd-h = "focus --boundaries-action wrap-around-the-workspace left"; + cmd-j = "focus --boundaries-action wrap-around-the-workspace down"; + cmd-k = "focus --boundaries-action wrap-around-the-workspace up"; + cmd-l = "focus --boundaries-action wrap-around-the-workspace right"; cmd-shift-h = "move left"; cmd-shift-j = "move down"; -- cgit v1.2.3