From 492b66ea148feaa92390a16b6e3a0e18157a31c7 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 5 May 2007 09:58:56 +0000 Subject: don't animate iconify/restore by default --- openbox/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox') diff --git a/openbox/config.c b/openbox/config.c index 367fb2f9..325beeb1 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -809,7 +809,7 @@ void config_startup(ObParseInst *i) config_theme = NULL; - config_animate_iconify = TRUE; + config_animate_iconify = FALSE; config_title_layout = g_strdup("NLIMC"); config_theme_keepborder = TRUE; config_theme_hidedisabled = FALSE; -- cgit v1.2.3