summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2004-03-20 22:53:16 +0000
committerMikael Magnusson <mikachu@comhem.se>2004-03-20 22:53:16 +0000
commitbc0440851789c9626bc9f9d3a13a7164915bdcfa (patch)
tree99c49502e609a64cfedc72b677d2ba32bec49a8b /openbox/config.h
parentcd0204d6269634cad3085130dc78aed2dd9b1d55 (diff)
some nice options for the menus, warpPointer, xorStyle (better name wanted for this :), hilightFirst and hideDelay (this was hardcoded to .25 secs earlier)
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h8
1 files changed, 8 insertions, 0 deletions
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;