aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-01-07 22:14:19 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-01-07 22:14:19 -0600
commit7ed857e9a07f0893fc6cc8264f4d993f4d4d2b98 (patch)
treed3739d06702f3e8b408441903d83e0a96311f34e /macos.local/.flake
parent9fc90dd7d459ebd75b23dc1521426cef1ee1e9b0 (diff)
system changes
Diffstat (limited to 'macos.local/.flake')
-rw-r--r--macos.local/.flake/system/aerospace.nix.org11
1 files changed, 7 insertions, 4 deletions
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";