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