summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-05 16:20:04 +0000
committerDana Jansens <danakj@orodu.net>2007-05-05 16:20:04 +0000
commitac56fe1602af7f4a4ae5c10cfe83e3d9eaf02b4d (patch)
treeee837765ba0bc563fcf5fa69efb5ca1367c89696
parent3e90c85df00fd9fc21b8f51a3c5e961ced731fee (diff)
make animation default on again. :/
-rw-r--r--data/rc.xml.in2
-rw-r--r--openbox/config.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/rc.xml.in b/data/rc.xml.in
index 4de262d6..bfffdd78 100644
--- a/data/rc.xml.in
+++ b/data/rc.xml.in
@@ -43,7 +43,7 @@
-->
<keepBorder>yes</keepBorder>
<hideDisabled>no</hideDisabled>
- <animateIconify>no</animateIconify>
+ <animateIconify>yes</animateIconify>
<font place="ActiveWindow">
<name>sans</name>
<size>7</size>
diff --git a/openbox/config.c b/openbox/config.c
index 325beeb1..367fb2f9 100644
--- a/openbox/config.c
+++ b/openbox/config.c
@@ -809,7 +809,7 @@ void config_startup(ObParseInst *i)
config_theme = NULL;
- config_animate_iconify = FALSE;
+ config_animate_iconify = TRUE;
config_title_layout = g_strdup("NLIMC");
config_theme_keepborder = TRUE;
config_theme_hidedisabled = FALSE;