summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-26 08:22:49 +0000
committerDana Jansens <danakj@orodu.net>2003-09-26 08:22:49 +0000
commit4e8eff328cf9f99f833ce01997621d3817074ab1 (patch)
tree8017d8955768acf37dbfd9a3df246f0344354cef /openbox/config.h
parent71030a2bd24224a797b41683ccf5292df9f0142a (diff)
add <dialog><focus/><desktop/> to allow disabling popups
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h
index 0c14b376..c8c85eb8 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -93,6 +93,11 @@ extern gint config_resist_win;
/*! Number of pixels to resist while crossing a screen's edge */
extern gint config_resist_edge;
+/*! Show a dialog while cycling focus between windows */
+extern gboolean config_dialog_focus;
+/*! Show a dialogs while switching between desktops */
+extern gboolean config_dialog_desktop;
+
/*! User-specified menu files */
extern GSList *config_menu_files;