summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2019-08-09 19:33:23 +0200
committerDave Davenport <qball@gmpclient.org>2019-08-09 19:33:23 +0200
commitf8961462178d81eb69d7d7f095677f7d250e653d (patch)
tree27674fbc04946f0e4cb1c95bab06a77172123c8e /include
parenta1362010c32ce97d166db2e2b3d8497d4d16d409 (diff)
[DRUN] Add option to only show desktop files in certain categories
closes: #817
Diffstat (limited to 'include')
-rw-r--r--include/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/settings.h b/include/settings.h
index e6aebc8b..213800f8 100644
--- a/include/settings.h
+++ b/include/settings.h
@@ -118,6 +118,8 @@ typedef struct
char * sorting_method;
/** Desktop entries to match in drun */
char * drun_match_fields;
+ /** Only show entries in this category */
+ char * drun_categories;
/** Desktop entry show actions */
unsigned int drun_show_actions;
/** Desktop entry show */