New workspace for password manager and handle automatic move

This commit is contained in:
Tobias Ostner 2025-03-01 11:29:25 +01:00
parent f3eeb5c684
commit 3aba17cb70

View file

@ -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'
@ -69,3 +70,7 @@ 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']
[[on-window-detected]]
if.app-id = 'me.proton.pass.electron'
run = 'move-node-to-workspace p'