refac(prog/xmonad): remove mirrow layout
This commit is contained in:
parent
11ec9f623b
commit
0ddcee8540
1 changed files with 2 additions and 5 deletions
|
@ -187,13 +187,10 @@ myMouseBindings (XConfig {XMonad.modMask = modm}) = M.fromList
|
|||
myLayout = avoidStruts
|
||||
$ onWorkspace "web" (myTall (1/2) ||| myFull)
|
||||
$ onWorkspace "chat" (myTall (1/2))
|
||||
$ makeDefaultLayout (2/3)
|
||||
$ myTall (2/3) ||| myFull
|
||||
where
|
||||
makeDefaultLayout ratio = myTall ratio
|
||||
||| Mirror (myTall ratio)
|
||||
||| myFull
|
||||
|
||||
myTall = smartBorders . Tall nmaster delta
|
||||
|
||||
myFull = noBorders Full
|
||||
|
||||
-- The default number of windows in the master pane
|
||||
|
|
Loading…
Reference in a new issue