summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-08-28 16:41:59 +0200
committerDave Davenport <qball@gmpclient.org>2020-08-28 16:41:59 +0200
commit30735791b4ad900f7ae5ebb6321c9302bee9ab7c (patch)
tree66360b3cde71070b25307eff33dcbcd7b3098ac6 /config
parent5bec191d2ef3f7083573a99b4f9dd4fcc4a68208 (diff)
Run indenter.
Diffstat (limited to 'config')
-rw-r--r--config/config.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/config.c b/config/config.c
index 6e256e53..05723e5a 100644
--- a/config/config.c
+++ b/config/config.c
@@ -118,9 +118,9 @@ Settings config = {
.matching_method = MM_NORMAL,
/** Desktop entries to match in drun */
- .drun_match_fields = "name,generic,exec,categories,keywords",
+ .drun_match_fields = "name,generic,exec,categories,keywords",
/** Only show entries in this category */
- .drun_categories = NULL,
+ .drun_categories = NULL,
/** Desktop entry show actions */
.drun_show_actions = FALSE,
/** Desktop format display */
@@ -162,8 +162,8 @@ Settings config = {
.matching_negate_char = '-',
- .cache_dir = NULL,
- .window_thumbnail = FALSE,
+ .cache_dir = NULL,
+ .window_thumbnail = FALSE,
/** drun cache */
.drun_use_desktop_cache = FALSE,