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.