summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.c15
1 files changed, 11 insertions, 4 deletions
diff --git a/config/config.c b/config/config.c
index fe8fcc42..6e256e53 100644
--- a/config/config.c
+++ b/config/config.c
@@ -116,14 +116,18 @@ Settings config = {
.tokenize = TRUE,
.matching = "normal",
.matching_method = MM_NORMAL,
- /** Desktop entry fields to match*/
+
+ /** Desktop entries to match in drun */
.drun_match_fields = "name,generic,exec,categories,keywords",
+ /** Only show entries in this category */
.drun_categories = NULL,
- /** Desktop format display */
- .drun_display_format = "{name} [<span weight='light' size='small'><i>({generic})</i></span>]",
/** Desktop entry show actions */
.drun_show_actions = FALSE,
- /** Desktop entry show actions */
+ /** Desktop format display */
+ .drun_display_format = "{name} [<span weight='light' size='small'><i>({generic})</i></span>]",
+ /** Desktop Link launch command */
+ .drun_url_launcher = "xdg-open",
+
/** Window fields to match in window mode*/
.window_match_fields = "all",
/** Monitor */
@@ -160,8 +164,11 @@ Settings config = {
.cache_dir = NULL,
.window_thumbnail = FALSE,
+
+ /** drun cache */
.drun_use_desktop_cache = FALSE,
.drun_reload_desktop_cache = FALSE,
+
/** Benchmarks */
.benchmark_ui = FALSE
};