From ff00aa72d27c0ac0ac2d370c406f084ebd1c4455 Mon Sep 17 00:00:00 2001 From: Nico Date: Thu, 11 Sep 2025 09:46:20 +1000 Subject: [PATCH] aerospace: change switching tile direction keybind to match hyprland --- stow/.config/aerospace/aerospace.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stow/.config/aerospace/aerospace.toml b/stow/.config/aerospace/aerospace.toml index 029c65d..be8491c 100644 --- a/stow/.config/aerospace/aerospace.toml +++ b/stow/.config/aerospace/aerospace.toml @@ -80,7 +80,7 @@ alt-shift-b = 'exec-and-forget /opt/homebrew/bin/firefox --new-window' # Layout # See: https://nikitabobko.github.io/AeroSpace/commands#layout -alt-slash = 'layout tiles horizontal vertical' +alt-c = 'layout tiles horizontal vertical' alt-comma = 'layout accordion horizontal vertical' alt-space = 'layout floating tiling' alt-f = 'fullscreen'