From: Mikael Magnusson Date: Sat, 5 May 2007 09:58:56 +0000 (+0000) Subject: don't animate iconify/restore by default X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=492b66ea148feaa92390a16b6e3a0e18157a31c7;p=chaz%2Fopenbox don't animate iconify/restore by default --- diff --git a/data/rc.xml.in b/data/rc.xml.in index bfffdd78..4de262d6 100644 --- a/data/rc.xml.in +++ b/data/rc.xml.in @@ -43,7 +43,7 @@ --> yes no - yes + no sans 7 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;