From 6a3ce098e9c4c03520671ae073e3e7ed76c4a66d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 21 Jul 2025 18:26:09 -0400 Subject: [PATCH] Use a common namespace for cmds --- ...ness => omarchy-cmd-apple-display-brightness} | 0 ...chy-screenrecord => omarchy-cmd-screenrecord} | 0 ...omarchy-screenshot => omarchy-cmd-screenshot} | 0 default/hypr/bindings/utilities.conf | 16 ++++++++-------- 4 files changed, 8 insertions(+), 8 deletions(-) rename bin/{omarchy-apple-display-brightness => omarchy-cmd-apple-display-brightness} (100%) rename bin/{omarchy-screenrecord => omarchy-cmd-screenrecord} (100%) rename bin/{omarchy-screenshot => omarchy-cmd-screenshot} (100%) diff --git a/bin/omarchy-apple-display-brightness b/bin/omarchy-cmd-apple-display-brightness similarity index 100% rename from bin/omarchy-apple-display-brightness rename to bin/omarchy-cmd-apple-display-brightness diff --git a/bin/omarchy-screenrecord b/bin/omarchy-cmd-screenrecord similarity index 100% rename from bin/omarchy-screenrecord rename to bin/omarchy-cmd-screenrecord diff --git a/bin/omarchy-screenshot b/bin/omarchy-cmd-screenshot similarity index 100% rename from bin/omarchy-screenshot rename to bin/omarchy-cmd-screenshot diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index 070938d..6648518 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -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