diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-14 00:32:28 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-14 00:32:28 +0000 |
commit | 90b2c5292b310130cef2daee0f4e2f91195646da (patch) | |
tree | 20d81b5e13f527e28d07bd5687012f4056c2922e | |
parent | 7681411f5c3a77b5f74283f17894a24191f6a91c (diff) | |
download | dotfiles-90b2c5292b310130cef2daee0f4e2f91195646da.tar dotfiles-90b2c5292b310130cef2daee0f4e2f91195646da.tar.gz dotfiles-90b2c5292b310130cef2daee0f4e2f91195646da.tar.bz2 dotfiles-90b2c5292b310130cef2daee0f4e2f91195646da.tar.xz dotfiles-90b2c5292b310130cef2daee0f4e2f91195646da.zip |
Fixed boxes in vali layouts
-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 |