From 4aa52a2bc10ab887997781ceab76e40c2a96759f Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sun, 8 Dec 2024 14:51:03 +0700 Subject: [PATCH] Add one more aerospace workspace --- nix/config/aerospace/aerospace.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix/config/aerospace/aerospace.toml b/nix/config/aerospace/aerospace.toml index 9637114..624b866 100644 --- a/nix/config/aerospace/aerospace.toml +++ b/nix/config/aerospace/aerospace.toml @@ -8,6 +8,7 @@ default-root-container-layout = 'tiles' default-root-container-orientation = 'auto' key-mapping.preset = 'qwerty' on-focused-monitor-changed = ['move-mouse monitor-lazy-center'] +automatically-unhide-macos-hidden-apps = true [gaps] inner.horizontal = 8 @@ -39,12 +40,14 @@ alt-2 = 'workspace 2' alt-3 = 'workspace 3' alt-4 = 'workspace 4' alt-5 = 'workspace 5' +alt-6 = 'workspace 6' alt-shift-1 = 'move-node-to-workspace 1' alt-shift-2 = 'move-node-to-workspace 2' alt-shift-3 = 'move-node-to-workspace 3' alt-shift-4 = 'move-node-to-workspace 4' alt-shift-5 = 'move-node-to-workspace 5' +alt-shift-6 = 'move-node-to-workspace 6' alt-tab = 'workspace-back-and-forth' alt-shift-tab = 'move-workspace-to-monitor --wrap-around next'