don't animate iconify/restore by default
authorMikael Magnusson <mikachu@comhem.se>
Sat, 5 May 2007 09:58:56 +0000 (09:58 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Sat, 5 May 2007 09:58:56 +0000 (09:58 +0000)
data/rc.xml.in
openbox/config.c

index bfffdd7..4de262d 100644 (file)
@@ -43,7 +43,7 @@
   -->
   <keepBorder>yes</keepBorder>
   <hideDisabled>no</hideDisabled>
-  <animateIconify>yes</animateIconify>
+  <animateIconify>no</animateIconify>
   <font place="ActiveWindow">
     <name>sans</name>
     <size>7</size>
index 367fb2f..325beeb 100644 (file)
@@ -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;