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