From 12c7fbcfc45daaf18132cd9ec82df3b8a675e39d Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Sun, 22 Nov 2020 14:48:49 +0100 Subject: [PATCH] rofi: Do not match all desktop file fields --- .config/rofi/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index faaf771..298a462 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -4,7 +4,7 @@ configuration { modi: "drun,run,window"; matching: "fuzzy"; show-icons: true; - drun-match-fields: "all"; + /* drun-match-fields: "all"; */ drun-show-actions: true; /* continous scrolling */ scroll-method: 1;