From 86a3c84db9f29c16cce6f277ed01cc53bc4a7fec Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 17 Jul 2025 15:04:46 -0700 Subject: [PATCH] Consistent command naming scheme for menus too --- bin/{omarchy-show-keybindings => omarchy-menu-keybindings} | 0 bin/{omarchy-power-menu => omarchy-menu-power} | 0 default/hypr/bindings/utilities.conf | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename bin/{omarchy-show-keybindings => omarchy-menu-keybindings} (100%) rename bin/{omarchy-power-menu => omarchy-menu-power} (100%) diff --git a/bin/omarchy-show-keybindings b/bin/omarchy-menu-keybindings similarity index 100% rename from bin/omarchy-show-keybindings rename to bin/omarchy-menu-keybindings diff --git a/bin/omarchy-power-menu b/bin/omarchy-menu-power similarity index 100% rename from bin/omarchy-power-menu rename to bin/omarchy-menu-power diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index e000760..e29cf89 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -1,7 +1,7 @@ # Launching bind = SUPER, space, exec, pkill wofi || wofi --show drun -O alphabetical # bind = SUPER, space, exec, pkill wofi || uwsm app -- "$(wofi --show drun -O alphabetical --define=drun-print_desktop_file=true | sed -E "s/(\.desktop) /\1:/")" -bind = SUPER, K, exec, pkill wofi || ~/.local/share/omarchy/bin/omarchy-show-keybindings +bind = SUPER, K, exec, pkill wofi || ~/.local/share/omarchy/bin/omarchy-menu-keybindings # Aesthetics bind = SUPER SHIFT, SPACE, exec, pkill -SIGUSR1 waybar @@ -14,7 +14,7 @@ bind = SUPER SHIFT, comma, exec, makoctl dismiss --all bind = SUPER CTRL, comma, exec, makoctl mode -t do-not-disturb && makoctl mode | grep -q 'do-not-disturb' && notify-send "Silenced notifications" || notify-send "Enabled notifications" # Power menu controls lock, suspend, relaunch, restart, shutdown -bind = SUPER, ESCAPE, exec, pkill wofi || ~/.local/share/omarchy/bin/omarchy-power-menu +bind = SUPER, ESCAPE, exec, pkill wofi || ~/.local/share/omarchy/bin/omarchy-menu-power # Toggle idling bind = SUPER CTRL, I, exec, ~/.local/share/omarchy/bin/omarchy-toggle-idle