make session multimonitor (#424)

This commit is contained in:
end-4
2024-04-26 08:43:05 +07:00
parent 29a66a6ede
commit 80581cdc3d
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ const Windows = () => [
SideLeft(),
SideRight(),
forMonitors(Osk),
Session(),
forMonitors(Session),
userOptions.dock.enabled ? forMonitors(Dock) : null,
...(userOptions.appearance.fakeScreenRounding ? [
forMonitors((id) => Corner(id, 'top left', true)),