New workspace for password manager and handle automatic move
This commit is contained in:
parent
f3eeb5c684
commit
3aba17cb70
1 changed files with 6 additions and 1 deletions
|
|
@ -46,6 +46,7 @@ alt-3 = 'workspace 3'
|
||||||
alt-4 = 'workspace 4'
|
alt-4 = 'workspace 4'
|
||||||
alt-5 = 'workspace 5'
|
alt-5 = 'workspace 5'
|
||||||
alt-6 = 'workspace 6'
|
alt-6 = 'workspace 6'
|
||||||
|
alt-p = 'workspace p'
|
||||||
|
|
||||||
alt-shift-1 = 'move-node-to-workspace 1'
|
alt-shift-1 = 'move-node-to-workspace 1'
|
||||||
alt-shift-2 = 'move-node-to-workspace 2'
|
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-left = ['join-with left', 'mode main']
|
||||||
alt-shift-down = ['join-with down', 'mode main']
|
alt-shift-down = ['join-with down', 'mode main']
|
||||||
alt-shift-up = ['join-with up', 'mode main']
|
alt-shift-up = ['join-with up', 'mode main']
|
||||||
alt-shift-right = ['join-with right', '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'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue