(rofi) changed drun match fields (mostly for steam)

This commit is contained in:
quak
2026-01-20 16:20:42 +01:00
parent 498a1a147c
commit d5bf26ea5e

View File

@@ -2,8 +2,10 @@
//@theme "~/.config/rofi/themes/zegonix-black.rasi" //@theme "~/.config/rofi/themes/zegonix-black.rasi"
configuration { configuration {
modes: "combi,window,run,ssh"; modes: "combi,window,run";
combi-modes: "drun,run,ssh"; combi-modes: "drun,run";
drun-match-fields: "filename,name,generic,keywords";
matching: "fuzzy";
monitor: -1; monitor: -1;
terminal: "ghostty"; terminal: "ghostty";
case-sensitive: false; case-sensitive: false;