From bc0440851789c9626bc9f9d3a13a7164915bdcfa Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 20 Mar 2004 22:53:16 +0000 Subject: some nice options for the menus, warpPointer, xorStyle (better name wanted for this :), hilightFirst and hideDelay (this was hardcoded to .25 secs earlier) --- openbox/config.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'openbox/config.h') diff --git a/openbox/config.h b/openbox/config.h index 63ea5a6d..59ac5542 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -97,6 +97,14 @@ extern gint config_resist_win; /*! Number of pixels to resist while crossing a screen's edge */ extern gint config_resist_edge; +/*! Warp near edge on menu? */ +extern gboolean config_menu_warppointer; +/*! make menus jump around a lot */ +extern gboolean config_menu_xorstyle; +/*! hilight first entry in menu */ +extern gboolean config_menu_hilightfirst; +/*! delay for hiding menu when opening */ +extern guint config_menu_hide_delay; /*! User-specified menu files */ extern GSList *config_menu_files; -- cgit v1.2.3