Toggle dock visibility to false in home-manager configuration
This commit is contained in:
@@ -355,7 +355,7 @@ in {
|
|||||||
syncModeWithPortal = true;
|
syncModeWithPortal = true;
|
||||||
terminalsAlwaysDark = true;
|
terminalsAlwaysDark = true;
|
||||||
|
|
||||||
showDock = true;
|
showDock = false;
|
||||||
dockAutoHide = true;
|
dockAutoHide = true;
|
||||||
dockGroupByApp = true;
|
dockGroupByApp = true;
|
||||||
dockOpenOnOverview = false;
|
dockOpenOnOverview = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user