diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-05-05 09:58:56 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-05-05 09:58:56 +0000 |
| commit | 492b66ea148feaa92390a16b6e3a0e18157a31c7 (patch) | |
| tree | b2f0041ea23a792f405720d3bc02e94d9de5b623 | |
| parent | 90fefcb78dcc4b9c7e45f59d30684c96c3f76973 (diff) | |
don't animate iconify/restore by default
| -rw-r--r-- | data/rc.xml.in | 2 | ||||
| -rw-r--r-- | 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 @@ --> <keepBorder>yes</keepBorder> <hideDisabled>no</hideDisabled> - <animateIconify>yes</animateIconify> + <animateIconify>no</animateIconify> <font place="ActiveWindow"> <name>sans</name> <size>7</size> 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; |
