From e1fd32bcf5a07d8b9ab774d0f690112dec29cc8e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 12 Aug 2003 10:03:13 +0000 Subject: add an option for if the popup is used for desktop cycling. defaults on. --- openbox/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/config.h') diff --git a/openbox/config.h b/openbox/config.h index 413ff184..b0254135 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -16,6 +16,8 @@ extern gboolean config_focus_last; extern gboolean config_focus_last_on_desktop; /*! Show a popup dialog while cycling focus */ extern gboolean config_focus_popup; +/*! Show a popup dialog while cycling desktops */ +extern gboolean config_desktop_popup; /*! The number of slits to create extern int config_slit_number;*/ /*! When true windows' contents are refreshed while they are resized; otherwise -- cgit v1.2.3