From: Mikael Magnusson Date: Sat, 17 Apr 2004 12:14:06 +0000 (+0000) Subject: on second thought, don't change the default behaviour in stable series X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=b182f1483a27ab2d56dbdf7b1f516cc39181f478;p=chaz%2Fopenbox on second thought, don't change the default behaviour in stable series --- 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;