From 492b66ea148feaa92390a16b6e3a0e18157a31c7 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 5 May 2007 09:58:56 +0000 Subject: [PATCH] don't animate iconify/restore by default --- data/rc.xml.in | 2 +- openbox/config.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2