From 4cec8f86ca1801eb1f9ba259ca92ef8b8d85151e Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Fri, 3 Oct 2025 14:52:15 +0200 Subject: [PATCH] Set aerospace gaps --- config/aerospace/aerospace.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/aerospace/aerospace.toml b/config/aerospace/aerospace.toml index 189772d..dc4bb0c 100644 --- a/config/aerospace/aerospace.toml +++ b/config/aerospace/aerospace.toml @@ -9,12 +9,12 @@ key-mapping.preset = 'qwerty' on-focused-monitor-changed = ['move-mouse monitor-lazy-center'] [gaps] -inner.horizontal = 12 -inner.vertical = 12 -outer.left = 12 -outer.bottom = 12 -outer.top = 12 -outer.right = 12 +inner.horizontal = 8 +inner.vertical = 8 +outer.left = 8 +outer.bottom = 8 +outer.top = 8 +outer.right = 8 [mode.main.binding] alt-slash = 'layout tiles horizontal vertical'