<focus>
<focusNew>yes</focusNew>
- <focusLast>no</focusLast>
+ <focusLast>yes</focusLast>
<followMouse>no</followMouse>
<focusDelay>200</focusDelay>
<raiseOnFocus>no</raiseOnFocus>
<animateIconify>yes</animateIconify>
<font place="ActiveWindow">
<name>sans</name>
- <size>7</size>
+ <size>8</size>
<!-- font size in points -->
<weight>bold</weight>
<!-- 'bold' or 'normal' -->
</font>
<font place="InactiveWindow">
<name>sans</name>
- <size>7</size>
+ <size>8</size>
<!-- font size in points -->
<weight>bold</weight>
<!-- 'bold' or 'normal' -->
</font>
<font place="MenuHeader">
<name>sans</name>
- <size>8</size>
+ <size>9</size>
<!-- font size in points -->
- <weight>bold</weight>
+ <weight>normal</weight>
<!-- 'bold' or 'normal' -->
<slant>normal</slant>
<!-- 'italic' or 'normal' -->
<name>sans</name>
<size>9</size>
<!-- font size in points -->
- <weight>bold</weight>
+ <weight>normal</weight>
<!-- 'bold' or 'normal' -->
<slant>normal</slant>
<!-- 'italic' or 'normal' -->
if (!dock->dock_apps) {
STRUT_PARTIAL_SET(dock_strut, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0);
- } else if (config_dock_floating || config_dock_nostrut) {
+ } else if (config_dock_floating || config_dock_nostrut || config_dock_hide)
+ {
STRUT_PARTIAL_SET(dock_strut, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0);
} else {