diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-08-02 21:16:47 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-08-02 21:16:47 +0000 |
| commit | cbe50698703edbdc57e7e484cdaf56173827c24a (patch) | |
| tree | 82346dbc748ae0e1dee24d98f7b0aa5386002b09 /openbox | |
| parent | 41a1d2ea7bd8a69dc0eaf1deb3f3bd96a1a579e5 (diff) | |
after some contemplating and complaints, not enabling vertically centered menus by default
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/config.c b/openbox/config.c index d986ac1b..bfa5692f 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -795,7 +795,7 @@ void config_startup(ObParseInst *i) config_menu_warppointer = TRUE; config_menu_xorstyle = TRUE; config_menu_hide_delay = 250; - config_menu_middle = TRUE; + config_menu_middle = FALSE; config_submenu_show_delay = 0; config_menu_client_list_icons = TRUE; config_menu_files = NULL; |
