From eeb248b5825f76c7724b787fc14a1a4e7240cf3b Mon Sep 17 00:00:00 2001 From: oddlama Date: Mon, 3 Feb 2025 01:22:14 +0100 Subject: [PATCH] feat: switch to fuzzel --- users/myuser/graphical/hyprland.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/users/myuser/graphical/hyprland.nix b/users/myuser/graphical/hyprland.nix index 591f5fb..0adf0fc 100644 --- a/users/myuser/graphical/hyprland.nix +++ b/users/myuser/graphical/hyprland.nix @@ -18,8 +18,6 @@ let mkMerge optionals ; - - rofi-drun = "rofi -show drun -theme ~/.config/rofi/launchers/type-1/style-10.rasi"; in { home.packages = with pkgs; [ @@ -53,10 +51,10 @@ in "SUPER + CTRL + SHIFT,q,exec,uwsm stop" # Applications - "SUPER,code:49,exec,${rofi-drun}" # SUPER+^ - ",Menu,exec,${rofi-drun}" + "SUPER,code:49,exec,fuzzel" # SUPER+^ + ",Menu,exec,fuzzel" "SUPER,t,exec,kitty" - "SUPER,b,exec,firefox" + "SUPER,b,exec,uwsm app firefox" "SUPER,c,exec,${getExe pkgs.scripts.clone-term}" # Shortcuts & Actions