summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2019-08-20 22:51:07 +0200
committerDave Davenport <qball@gmpclient.org>2019-08-20 22:51:07 +0200
commitaa35ecc40a51af21c3a32f4a74c42407ec78db22 (patch)
tree0ca44290a94755e83acbf8cbf7362651c3b8cdaa /config
parentad74da45d1ce281c5cd23aa1809c3f0cfc0c636f (diff)
[DRun] Add keywords to match and printing.
Diffstat (limited to 'config')
-rw-r--r--config/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c
index da2fd797..32d13228 100644
--- a/config/config.c
+++ b/config/config.c
@@ -117,7 +117,7 @@ Settings config = {
.matching = "normal",
.matching_method = MM_NORMAL,
/** Desktop entry fields to match*/
- .drun_match_fields = "name,generic,exec,categories",
+ .drun_match_fields = "name,generic,exec,categories,keywords",
.drun_categories = NULL,
/** Desktop format display */
.drun_display_format = "{name} [<span weight='light' size='small'><i>({generic})</i></span>]",