From d305935382d5dfc6dc3d534b575821c26a106734 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 15 Jul 2025 19:30:23 -0700 Subject: [PATCH] Put all omarchy commands under the omarchy- prefix --- ...isplay-brightness => omarchy-apple-display-brightness} | 0 bin/{swaybg-next => omarchy-theme-bg-next} | 0 default/hypr/bindings/utilities.conf | 8 ++++---- 3 files changed, 4 insertions(+), 4 deletions(-) rename bin/{apple-display-brightness => omarchy-apple-display-brightness} (100%) rename bin/{swaybg-next => omarchy-theme-bg-next} (100%) diff --git a/bin/apple-display-brightness b/bin/omarchy-apple-display-brightness similarity index 100% rename from bin/apple-display-brightness rename to bin/omarchy-apple-display-brightness diff --git a/bin/swaybg-next b/bin/omarchy-theme-bg-next similarity index 100% rename from bin/swaybg-next rename to bin/omarchy-theme-bg-next diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index 6448294..fe985d4 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -4,7 +4,7 @@ bind = SUPER, K, exec, ~/.local/share/omarchy/bin/omarchy-show-keybindings # Aesthetics bind = SUPER SHIFT, SPACE, exec, pkill -SIGUSR1 waybar -bind = SUPER CTRL, SPACE, exec, ~/.local/share/omarchy/bin/swaybg-next +bind = SUPER CTRL, SPACE, exec, ~/.local/share/omarchy/bin/omarchy-theme-bg-next bind = SUPER SHIFT CTRL, SPACE, exec, ~/.local/share/omarchy/bin/omarchy-theme-menu # Notifications @@ -19,9 +19,9 @@ bind = SUPER, ESCAPE, exec, ~/.local/share/omarchy/bin/omarchy-power-menu bind = SUPER CTRL, I, exec, ~/.local/share/omarchy/bin/omarchy-toggle-idle # Control Apple Display brightness -bind = CTRL, F1, exec, ~/.local/share/omarchy/bin/apple-display-brightness -5000 -bind = CTRL, F2, exec, ~/.local/share/omarchy/bin/apple-display-brightness +5000 -bind = SHIFT CTRL, F2, exec, ~/.local/share/omarchy/bin/apple-display-brightness +60000 +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 # Screenshots bind = , PRINT, exec, hyprshot -m region