mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +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
|
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
|
||||||
|
Reference in New Issue
Block a user