From 48bdee18bf99961479e537fca5a8bf93b89e5c2a Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 8 Jan 2026 15:59:54 +0000 Subject: [PATCH] [aerospace] Remove P workspace to stop confusion --- aerospace/.config/aerospace/aerospace.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aerospace/.config/aerospace/aerospace.toml b/aerospace/.config/aerospace/aerospace.toml index 0dbb1de..671d24c 100644 --- a/aerospace/.config/aerospace/aerospace.toml +++ b/aerospace/.config/aerospace/aerospace.toml @@ -48,7 +48,7 @@ automatically-unhide-macos-hidden-apps = false # This config version is only available since 'config-version = 2' # Fallback value (if you omit the key): persistent-workspaces = [] persistent-workspaces = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", - "C", "D", "E", "F", "G", "I", "M", "N", "O", "P", "Q", + "C", "D", "E", "F", "G", "I", "M", "N", "O", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"] # A callback that runs every time binding mode changes @@ -151,7 +151,6 @@ on-mode-changed = [] alt-m = 'workspace M' alt-n = 'workspace N' alt-o = 'workspace O' - alt-p = 'workspace P' alt-q = 'workspace Q' alt-r = 'workspace R' alt-s = 'workspace S' @@ -184,7 +183,6 @@ on-mode-changed = [] alt-shift-m = 'move-node-to-workspace M' alt-shift-n = 'move-node-to-workspace N' alt-shift-o = 'move-node-to-workspace O' - alt-shift-p = 'move-node-to-workspace P' alt-shift-q = 'move-node-to-workspace Q' alt-shift-r = 'move-node-to-workspace R' alt-shift-s = 'move-node-to-workspace S'