refac(prog/xmonad): change layout for browser

This commit is contained in:
Dmitriy Pleshevskiy 2022-04-13 16:14:02 +03:00
parent 7045269fee
commit e293ae6703

View file

@ -186,7 +186,7 @@ myMouseBindings (XConfig {XMonad.modMask = modm}) = M.fromList
-- which denotes layout choice. -- which denotes layout choice.
-- --
myLayout = avoidStruts myLayout = avoidStruts
$ onWorkspace "web" (myFull ||| Mirror (myTall (2/3))) $ onWorkspace "web" (myTall (1/2) ||| myFull)
$ onWorkspace "chat" (myTall (1/2)) $ onWorkspace "chat" (myTall (1/2))
$ makeDefaultLayout (2/3) $ makeDefaultLayout (2/3)
where where