summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2018-07-28 11:12:11 +0200
committerDave Davenport <qball@gmpclient.org>2018-07-28 11:12:11 +0200
commit4538303be680644379bfa47eaf6c1ef7c6ab9eaf (patch)
tree2a30ffede4470d4a00f4592c89c05f2060863ad0 /source/xrmoptions.c
parent005808896211bbc5366ad821e754ef2621b5d4cb (diff)
[DRUN] Add option to show actions in drun.
Fixes: #836
Diffstat (limited to 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index 3b07cb8c..41840559 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -135,6 +135,8 @@ static XrmOption xrmOptions[] = {
{ xrm_String, "drun-match-fields", { .str = &config.drun_match_fields }, NULL,
"Desktop entry fields to match in drun", CONFIG_DEFAULT },
+ { xrm_Boolean, "drun-show-actions", { .num = &config.drun_show_actions }, NULL,
+ "Desktop entry show actions.", CONFIG_DEFAULT },
{ xrm_Boolean, "disable-history", { .num = &config.disable_history }, NULL,
"Disable history in run/ssh", CONFIG_DEFAULT },
{ xrm_Boolean, "sort", { .num = &config.sort }, NULL,