im just leaving the dock alone..
This commit is contained in:
parent
7a39cb3e8d
commit
eb7a3a0638
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ void dock_configure()
|
|||
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 || config_dock_hide)
|
||||
} else if (config_dock_floating || config_dock_nostrut)
|
||||
{
|
||||
STRUT_PARTIAL_SET(dock_strut, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0);
|
||||
|
|
Loading…
Reference in a new issue