From f124ff7b77a520642e72e3d4d2519b906204b4fd Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Sun, 25 Oct 2009 20:10:23 +0530 Subject: [PATCH] different default desktop --- .xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 328989c..df7e7c5 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -198,7 +198,7 @@ myMouseBindings (XConfig {XMonad.modMask = modMask}) = M.fromList $ -- The available layouts. Note that each layout is separated by |||, -- which denotes layout choice. -- -myLayout = tiled ||| Mirror tiled ||| smartBorders Full ||| simplestFloat +myLayout = smartBorders Full ||| tiled ||| Mirror tiled ||| simplestFloat where -- default tiling algorithm partitions the screen into two panes --tiled = Tall nmaster delta ratio