mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-21 08:19:58 -05:00
disable dock by default
This commit is contained in:
@@ -54,7 +54,6 @@ const Windows = () => [
|
||||
forMonitors(Osk),
|
||||
Session(),
|
||||
userOptions.dock.enabled ? forMonitors(Dock) : null,
|
||||
// forMonitors(Bar),
|
||||
...(userOptions.appearance.fakeScreenRounding ? [
|
||||
forMonitors((id) => Corner(id, 'top left', true)),
|
||||
forMonitors((id) => Corner(id, 'top right', true)),
|
||||
|
||||
Reference in New Issue
Block a user