rework 1password bindings and window rules
This commit is contained in:
@@ -36,9 +36,10 @@ bindd = CTRL, PRINT, Screenshot of display, exec, ~/.local/bin/freezeshot output
|
||||
# create a new workspace
|
||||
bindd = SUPER, grave, Create a mew workspace, exec, ~/.local/bin/new-workspace
|
||||
|
||||
# keybinds for special workspaces
|
||||
# keybinds for background apps
|
||||
bindd = SUPER, S, Show/hide Slack, togglespecialworkspace, slack
|
||||
bindd = SUPER, period, Show/hide 1Password, togglespecialworkspace, 1password
|
||||
bindd = SUPER, period, 1Password quick access, exec, 1password --quick-access
|
||||
bindd = SUPER CTRL, period, Show/hide 1Password, togglespecialworkspace, 1password
|
||||
bindd = SUPER, Z, Show Creddy, exec, creddy shortcut show-window
|
||||
|
||||
# I'm used to super+L to lock screen
|
||||
|
@@ -10,5 +10,9 @@ windowrule = monitor 2, class:creddy
|
||||
|
||||
windowrule = workspace special:slack, class:Slack
|
||||
|
||||
windowrule = workspace special:1password, class:1Password
|
||||
# excluding floating windows allows the unlock and quick-access popups to show in any workspace
|
||||
windowrule = workspace special:1password, class:1Password, floating:0
|
||||
# quick-access popup doesn't resize automatically when its content changes
|
||||
# windowrule = size 550 404, class:1Password, title:Quick.*
|
||||
windowrule = persistentsize, class:1Password, title:Quick.*
|
||||
|
||||
|
Reference in New Issue
Block a user