From 3aba17cb70c5d329b3e61e500ae45b18f465e7a8 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sat, 1 Mar 2025 11:29:25 +0100 Subject: [PATCH] New workspace for password manager and handle automatic move --- config/aerospace/aerospace.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/aerospace/aerospace.toml b/config/aerospace/aerospace.toml index c58d1ec..be6133a 100644 --- a/config/aerospace/aerospace.toml +++ b/config/aerospace/aerospace.toml @@ -46,6 +46,7 @@ alt-3 = 'workspace 3' alt-4 = 'workspace 4' alt-5 = 'workspace 5' alt-6 = 'workspace 6' +alt-p = 'workspace p' alt-shift-1 = 'move-node-to-workspace 1' alt-shift-2 = 'move-node-to-workspace 2' @@ -68,4 +69,8 @@ backspace = ['close-all-windows-but-current', 'mode main'] alt-shift-left = ['join-with left', 'mode main'] alt-shift-down = ['join-with down', 'mode main'] alt-shift-up = ['join-with up', 'mode main'] -alt-shift-right = ['join-with right', 'mode main'] \ No newline at end of file +alt-shift-right = ['join-with right', 'mode main'] + +[[on-window-detected]] + if.app-id = 'me.proton.pass.electron' + run = 'move-node-to-workspace p' \ No newline at end of file