mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Use a common namespace for cmds
This commit is contained in:
@ -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
|
||||
|
||||
# Control Apple Display brightness
|
||||
bind = CTRL, F1, exec, ~/.local/share/omarchy/bin/omarchy-apple-display-brightness -5000
|
||||
bind = CTRL, F2, exec, ~/.local/share/omarchy/bin/omarchy-apple-display-brightness +5000
|
||||
bind = SHIFT CTRL, F2, exec, ~/.local/share/omarchy/bin/omarchy-apple-display-brightness +60000
|
||||
bind = CTRL, F1, exec, ~/.local/share/omarchy/bin/omarchy-cmd-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-cmd-apple-display-brightness +60000
|
||||
|
||||
# Screenshots
|
||||
bind = , PRINT, exec, omarchy-screenshot
|
||||
bind = SHIFT, PRINT, exec, omarchy-screenshot window
|
||||
bind = CTRL, PRINT, exec, omarchy-screenshot output
|
||||
bind = , PRINT, exec, omarchy-cmd-screenshot
|
||||
bind = SHIFT, PRINT, exec, omarchy-cmd-screenshot window
|
||||
bind = CTRL, PRINT, exec, omarchy-cmd-screenshot output
|
||||
|
||||
# Screenshots
|
||||
bind = ALT, PRINT, exec, omarchy-screenrecord
|
||||
bind = CTRL ALT, PRINT, exec, omarchy-screenrecord output
|
||||
bind = ALT, PRINT, exec, omarchy-cmd-screenrecord
|
||||
bind = CTRL ALT, PRINT, exec, omarchy-cmd-screenrecord output
|
||||
|
||||
# Color picker
|
||||
bind = SUPER, PRINT, exec, hyprpicker -a
|
||||
|
Reference in New Issue
Block a user