mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-31 03:13:47 -07:00
LayoutCombinators: changes infixes and added many other combinators.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user