From d5bf26ea5edf6f381e059f13a9eb302ebbca619d Mon Sep 17 00:00:00 2001 From: quak Date: Tue, 20 Jan 2026 16:20:42 +0100 Subject: [PATCH] (rofi) changed drun match fields (mostly for steam) --- rofi/.config/rofi/config.rasi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi index d04a997..54bd80f 100644 --- a/rofi/.config/rofi/config.rasi +++ b/rofi/.config/rofi/config.rasi @@ -2,8 +2,10 @@ //@theme "~/.config/rofi/themes/zegonix-black.rasi" configuration { - modes: "combi,window,run,ssh"; - combi-modes: "drun,run,ssh"; + modes: "combi,window,run"; + combi-modes: "drun,run"; + drun-match-fields: "filename,name,generic,keywords"; + matching: "fuzzy"; monitor: -1; terminal: "ghostty"; case-sensitive: false;