From 6771aabe46ecd7df0df9769482afef553b5e848a Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Mon, 1 Sep 2025 20:47:53 +0200 Subject: [PATCH] wofi improvements --- modules/wm/hyprland/keybindings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wm/hyprland/keybindings.nix b/modules/wm/hyprland/keybindings.nix index 42dd1e6..b019658 100644 --- a/modules/wm/hyprland/keybindings.nix +++ b/modules/wm/hyprland/keybindings.nix @@ -32,7 +32,7 @@ in { mods = ["SUPER"]; key = "SPACE"; dispatcher = "exec"; - params = "pkill wofi || wofi --show drun"; + params = "pkill wofi || wofi -i -S drun -M fuzzy"; } {