aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macos.local/.flake/system/aerospace.nix.org14
1 files changed, 14 insertions, 0 deletions
diff --git a/macos.local/.flake/system/aerospace.nix.org b/macos.local/.flake/system/aerospace.nix.org
index 2c25c12..7676b42 100644
--- a/macos.local/.flake/system/aerospace.nix.org
+++ b/macos.local/.flake/system/aerospace.nix.org
@@ -6,6 +6,20 @@
{
services.aerospace = {
enable = true;
+ settings = {
+ gaps = {
+ outer.left = 0;
+ outer.bottom = 0;
+ outer.top = 0;
+ outer.right = 0;
+ };
+ mode.main.binding = {
+ cmd-h = "focus left";
+ cmd-j = "focus down";
+ cmd-k = "focus up";
+ cmd-l = "focus right";
+ };
+ };
};
}
#+end_src