LayoutCombinators: changes infixes and added many other combinators.

This commit is contained in:
Andrea Rossato
2007-11-27 16:18:07 +00:00
parent d5533e4dec
commit cc1a24c1c8
2 changed files with 98 additions and 71 deletions

View File

@@ -133,9 +133,9 @@ config = defaultConfig
, layoutHook = workspaceDir "~" $ windowNavigation $
toggleLayouts (noBorders Full) $ -- avoidStruts $
Named "tabbed" (noBorders mytab) |||
Named "xclock" (mytab <-//> combineTwo Square mytab mytab) |||
Named "widescreen" ((mytab XMonad.Layout.LayoutCombinators.<||> mytab)
<-//> combineTwo Square mytab mytab) |||
Named "xclock" (mytab **//* combineTwo Square mytab mytab) |||
Named "widescreen" ((mytab *||* mytab)
**//* combineTwo Square mytab mytab) |||
mosaic 0.25 0.5
, terminal = "xterm" -- The preferred terminal program.
, normalBorderColor = "#dddddd" -- Border color for unfocused windows.