From b182f1483a27ab2d56dbdf7b1f516cc39181f478 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 17 Apr 2004 12:14:06 +0000 Subject: [PATCH] on second thought, don't change the default behaviour in stable series --- openbox/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2