don't animate iconify/restore by default
This commit is contained in:
parent
90fefcb78d
commit
492b66ea14
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue