add descriptions to keybinds and exclude special windows from close-all-windows keybind
This commit is contained in:
@@ -29,9 +29,13 @@ bindd = SUPER SHIFT, X, X Post, exec, omarchy-launch-webapp "https://x.com/compo
|
||||
# bindd = SUPER, SPACE, Omarchy menu, exec, omarchy-menu
|
||||
|
||||
# keybinds for special workspaces
|
||||
bind = SUPER, S, togglespecialworkspace, slack
|
||||
bind = SUPER, period, togglespecialworkspace, 1password
|
||||
bind = SUPER, Z, togglespecialworkspace, creddy
|
||||
bindd = SUPER, S, Show/hide Slack, togglespecialworkspace, slack
|
||||
bindd = SUPER, period, Show/hide 1Password, togglespecialworkspace, 1password
|
||||
bindd = SUPER, Z, Show/hide Creddy, togglespecialworkspace, creddy
|
||||
|
||||
# I'm used to super+L to lock screen
|
||||
bind = SUPER, L, exec, omarchy-lock-screen
|
||||
bindd = SUPER, L, Lock screen, exec, omarchy-lock-screen
|
||||
|
||||
# I don't want ctrl+alt+delete to affect my "special" apps
|
||||
unbind = CTRL ALT, DELETE
|
||||
bindd = CTRL ALT, DELETE, Close all windows (except special), exec, ~/.local/bin/close-non-special-windows
|
||||
|
Reference in New Issue
Block a user