diff options
-rw-r--r-- | .xmonad/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 4d0ee8e..c5ef0cc 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs | |||
@@ -167,7 +167,7 @@ main = do | |||
167 | workLayouts = spiralWithDir East CW (1 % 2) | 167 | workLayouts = spiralWithDir East CW (1 % 2) |
168 | ||| combineTwo (TwoPane 0.1 0.65) Full ( | 168 | ||| combineTwo (TwoPane 0.1 0.65) Full ( |
169 | tabbedLayout' | 169 | tabbedLayout' |
170 | ||| (layoutN 1 (SubBox (Abs 0) (Abs 0) (Rel 1) (Rel $ 2 % 3)) Nothing Full $ layoutAll (SubBox (Abs 0) (Abs 0) (Rel 1) (Rel 1)) tabbedLayout') | 170 | ||| (layoutN 1 (SubBox (Abs 0) (Abs 0) (Rel 1) (Rel $ 2 % 3)) Nothing Full $ layoutAll (SubBox (Rel 0) (Rel $ 2 % 3) (Rel 1) (Rel 1)) tabbedLayout') |
171 | ) | 171 | ) |
172 | sqrtTwo = approxRational (sqrt 2) (1 / 2560) | 172 | sqrtTwo = approxRational (sqrt 2) (1 / 2560) |
173 | xmobarPP' = xmobarPP { ppOutput = hPutStrLn xmobarProc | 173 | xmobarPP' = xmobarPP { ppOutput = hPutStrLn xmobarProc |