From 2c92dd9eb04069dea51ce7f5ac4af84330f0bc5d Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Thu, 22 Jul 2010 16:04:49 -0700 Subject: [PATCH] No more borders, thus tiled by default --- .xmonad/xmonad.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index d893e35..df707fc 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -36,7 +36,7 @@ import qualified Data.Map as M -- mTerminal = "urxvt;ps -U $USER |grep dzen2|awk '{print $1}'|xargs kill -USR1" mTerminal = "urxvtc" -mBorderWidth = 1 +mBorderWidth = 0 mModMask = mod4Mask -- A tagging example: @@ -182,7 +182,7 @@ evHook _ = return $ All True -- Layouts: --mLayout = smartBorders Full ||| tiled ||| hintedTile Wide ||| simplestFloat ||| Circle ||| magnifier Circle -mLayout = smartBorders Full ||| tiled ||| Mirror tiled ||| simplestFloat ||| Circle ||| magnifier Circle +mLayout = Mirror tiled ||| tiled ||| smartBorders Full ||| simplestFloat ||| Circle ||| magnifier Circle where -- default tiling algorithm partitions the screen into two panes --tiled = Tall nmaster delta ratio