-config_query FLUXBOX_CONF "Go through all (9) configuration options?" n &&
+config_query FLUXBOX_CONF "Go through all (8) configuration options?" n
if [[ $FLUXBOX_CONF == y ]]; then
config_query_option FLUXBOX_OPTS "include code for the Slit?" y \
@@ -29,21 +23,17 @@ if [[ $FLUXBOX_CONF == y ]]; then
"--enable-regexp" \
"--disable-regexp" &&
- config_query_option FLUXBOX_OPTS "enable support for Extended Window
Manager Hints?" y \
- "--enable-ewmh" \
- "--disable-ewmh" &&
+ config_query_option FLUXBOX_OPTS "include code for new WM Spec?" y \
+ "--enable-newwmspec" \
+ "--disable-newwmspec" &&