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