From d80c5c10749805861248d280e2239016b21f791e Mon Sep 17 00:00:00 2001 From: kenji Date: Tue, 22 Jul 2025 20:03:27 -0500 Subject: [PATCH] added alternative to qs main menu --- packages/hyprland/config/binds.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/hyprland/config/binds.nix b/packages/hyprland/config/binds.nix index 9088a10..5f86e94 100644 --- a/packages/hyprland/config/binds.nix +++ b/packages/hyprland/config/binds.nix @@ -69,6 +69,8 @@ "$mod ALT, A, global, caelestia:showall" "$mod ALT, L, global, caelestia:lock" + "$mod, SPACE, exec, rofi -show drun" + # Restore lock - these are `bindl` in your original, but `exec` should be fine here. # However, `bindl` is typically for a *release* event. If `caelestia shell -d` is a daemon, # and `caelestia:lock` is a quickshell internal, you might need to reconsider.