From 125136bba2ae41f5d3d35aa1849a67d31f3e87a3 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Tue, 27 Nov 2007 17:18:07 +0100 Subject: LayoutCombinators: changes infixes and added many other combinators. darcs-hash:20071127161807-32816-e04b2b96301015003381b9d451099a2fc9565d97.gz --- XMonad/Config/Droundy.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'XMonad/Config/Droundy.hs') diff --git a/XMonad/Config/Droundy.hs b/XMonad/Config/Droundy.hs index 250ae0c..9f0ea8b 100644 --- a/XMonad/Config/Droundy.hs +++ b/XMonad/Config/Droundy.hs @@ -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. -- cgit v1.2.3