]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
add <dialog><focus/><desktop/> to allow disabling popups
[chaz/openbox] / openbox / config.h
index 0c14b3764d9939de6bd743a99fc0078ab54ec658..c8c85eb823942c34f6eb3a2b13ff7094a471d56c 100644 (file)
@@ -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;
 
This page took 0.021617 seconds and 4 git commands to generate.