summaryrefslogtreecommitdiffstats
path: root/wm-addons/rofi/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'wm-addons/rofi/CONFIGURE')
-rwxr-xr-xwm-addons/rofi/CONFIGURE7
1 files changed, 7 insertions, 0 deletions
diff --git a/wm-addons/rofi/CONFIGURE b/wm-addons/rofi/CONFIGURE
new file mode 100755
index 0000000000..be08f8e1af
--- /dev/null
+++ b/wm-addons/rofi/CONFIGURE
@@ -0,0 +1,7 @@
+config_query_option ROFI_OPTS "Enable desktop file run dialog?" y \
+ "--enable-drun" \
+ "--disable-drun" &&
+
+config_query_option ROFI_OPTS "Enable window mode?" y \
+ "--enable-windowmode" \
+ "--disable-windowmode"