summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-12-31 14:13:48 +0100
committerDave Davenport <qball@gmpclient.org>2017-12-31 14:13:48 +0100
commit1aa79a9a061f6cda9b02712507beabf87111da94 (patch)
tree1bc2d6708bfcd25843fa9d794db1f2095c334a5e /config
parent101c4dcc267fd112fa24e154ac97035540e1e018 (diff)
[DRun] Set the default for match fields in the config to the correct value.
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 815d902a..d1503c4d 100644
--- a/config/config.c
+++ b/config/config.c
@@ -115,7 +115,7 @@ Settings config = {
.matching = "normal",
.matching_method = MM_NORMAL,
/** Desktop entry fields to match*/
- .drun_match_fields = "all",
+ .drun_match_fields = "name,generic,exec,categories",
/** Window fields to match in window mode*/
.window_match_fields = "all",
/** Monitor */