diff options
-rw-r--r-- | .xmonad/xmonad.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 50766ac..87d780f 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs | |||
@@ -140,7 +140,8 @@ main = do | |||
140 | ) $ | 140 | ) $ |
141 | onHost "vali" ( onWorkspace (wsp 2) (noBorders Full ||| tabbedLayout tabbedBottomAlways) $ | 141 | onHost "vali" ( onWorkspace (wsp 2) (noBorders Full ||| tabbedLayout tabbedBottomAlways) $ |
142 | defaultLayouts | 142 | defaultLayouts |
143 | ) | 143 | ) $ |
144 | defaultLayouts | ||
144 | defaultLayouts = spiralWithDir East CW (1 % 2) ||| tabbedLayout tabbedBottom ||| noBorders Full ||| simplestFloat | 145 | defaultLayouts = spiralWithDir East CW (1 % 2) ||| tabbedLayout tabbedBottom ||| noBorders Full ||| simplestFloat |
145 | xmobarPP' = xmobarPP { ppOutput = hPutStrLn xmobarProc | 146 | xmobarPP' = xmobarPP { ppOutput = hPutStrLn xmobarProc |
146 | , ppTitle = shorten 50 | 147 | , ppTitle = shorten 50 |