Use a common namespace for cmds

This commit is contained in:
David Heinemeier Hansson
2025-07-21 18:26:09 -04:00
parent d1ba090bec
commit 6a3ce098e9
4 changed files with 8 additions and 8 deletions

View File

@ -19,18 +19,18 @@ bind = SUPER, ESCAPE, exec, ~/.local/share/omarchy/bin/omarchy-menu-power
bind = SUPER CTRL, I, exec, ~/.local/share/omarchy/bin/omarchy-toggle-idle bind = SUPER CTRL, I, exec, ~/.local/share/omarchy/bin/omarchy-toggle-idle
# Control Apple Display brightness # Control Apple Display brightness
bind = CTRL, F1, exec, ~/.local/share/omarchy/bin/omarchy-apple-display-brightness -5000 bind = CTRL, F1, exec, ~/.local/share/omarchy/bin/omarchy-cmd-apple-display-brightness -5000
bind = CTRL, F2, exec, ~/.local/share/omarchy/bin/omarchy-apple-display-brightness +5000 bind = CTRL, F2, exec, ~/.local/share/omarchy/bin/omarchy-cmd-apple-display-brightness +5000
bind = SHIFT CTRL, F2, exec, ~/.local/share/omarchy/bin/omarchy-apple-display-brightness +60000 bind = SHIFT CTRL, F2, exec, ~/.local/share/omarchy/bin/omarchy-cmd-apple-display-brightness +60000
# Screenshots # Screenshots
bind = , PRINT, exec, omarchy-screenshot bind = , PRINT, exec, omarchy-cmd-screenshot
bind = SHIFT, PRINT, exec, omarchy-screenshot window bind = SHIFT, PRINT, exec, omarchy-cmd-screenshot window
bind = CTRL, PRINT, exec, omarchy-screenshot output bind = CTRL, PRINT, exec, omarchy-cmd-screenshot output
# Screenshots # Screenshots
bind = ALT, PRINT, exec, omarchy-screenrecord bind = ALT, PRINT, exec, omarchy-cmd-screenrecord
bind = CTRL ALT, PRINT, exec, omarchy-screenrecord output bind = CTRL ALT, PRINT, exec, omarchy-cmd-screenrecord output
# Color picker # Color picker
bind = SUPER, PRINT, exec, hyprpicker -a bind = SUPER, PRINT, exec, hyprpicker -a