diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2004-04-17 12:14:06 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2004-04-17 12:14:06 +0000 |
| commit | b182f1483a27ab2d56dbdf7b1f516cc39181f478 (patch) | |
| tree | 34e08a53913717c01033863f00cbaeb1f5a975dd | |
| parent | 70c4e68a03ff897d2e2868c3849aebf6ac1aa41a (diff) | |
on second thought, don't change the default behaviour in stable series
| -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 151fdf45..da1128f4 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -593,7 +593,7 @@ void config_startup(ObParseInst *i) parse_register(i, "resistance", parse_resistance, NULL); config_menu_warppointer = TRUE; - config_menu_xorstyle = FALSE; + config_menu_xorstyle = TRUE; config_menu_hilightfirst = TRUE; config_menu_hide_delay = 250; config_menu_files = NULL; |
