rework 1password bindings and window rules

This commit is contained in:
2025-09-11 07:49:47 -04:00
parent db8203219d
commit 0a765ae781
2 changed files with 8 additions and 3 deletions

View File

@@ -36,9 +36,10 @@ bindd = CTRL, PRINT, Screenshot of display, exec, ~/.local/bin/freezeshot output
# create a new workspace # create a new workspace
bindd = SUPER, grave, Create a mew workspace, exec, ~/.local/bin/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, 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 bindd = SUPER, Z, Show Creddy, exec, creddy shortcut show-window
# I'm used to super+L to lock screen # I'm used to super+L to lock screen

View File

@@ -10,5 +10,9 @@ windowrule = monitor 2, class:creddy
windowrule = workspace special:slack, class:Slack 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.*