summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-07-15 22:21:25 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-07-15 22:21:25 +0200
commit8325e5ea5d93712e158568da1434b3beb42e52a2 (patch)
treec80637db1917e06b7c0474e3f33516d3d3d76a0d
parentb660ccf2f4cab8b80596949cadd269a0d03a0325 (diff)
downloaddotfiles-8325e5ea5d93712e158568da1434b3beb42e52a2.tar
dotfiles-8325e5ea5d93712e158568da1434b3beb42e52a2.tar.gz
dotfiles-8325e5ea5d93712e158568da1434b3beb42e52a2.tar.bz2
dotfiles-8325e5ea5d93712e158568da1434b3beb42e52a2.tar.xz
dotfiles-8325e5ea5d93712e158568da1434b3beb42e52a2.zip
Added missing argument
-rw-r--r--.xmonad/xmonad.hs3
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