From 4621f8037ef252abdcd2f465d106ce1298017775 Mon Sep 17 00:00:00 2001 From: Leonhard Kost Date: Tue, 9 Dec 2025 16:52:43 +0100 Subject: [PATCH] Launch rofi on keybind --- modules/home-manager/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index b3c7de8..7cf5e1f 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -32,6 +32,7 @@ ",1920x1080@60,0x0,1" ]; "$mod" = "SUPER"; + "$launcher" = "rofi -show drun"; bind = [ "ALTSHIFT,Q,killactive," "ALT,V,togglefloating," @@ -39,6 +40,7 @@ "ALTSHIFT,F,fullscreen,0" "$mod,Return,exec,kitty" "$mod,F,exec,firefox" + "$mod,R,exec,$launcher" "ALT,H,movefocus,l" "ALT,L,movefocus,r"