]> Dogcows Code - chaz/openbox/commitdiff
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 bfffdd78e8896536bdb7bf4bc8fd6bf70997d746..4de262d6d0d46cc9ee370d31a8461fee02f66033 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 367fb2f9e9b3e335d0ae23ed87beb99fa40fb86a..325beeb14a44096ebd66e702b153c19c61c0f704 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;
This page took 0.023986 seconds and 4 git commands to generate.