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 /openbox | |
| parent | 90fefcb78dcc4b9c7e45f59d30684c96c3f76973 (diff) | |
don't animate iconify/restore by default
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
