Skip to content

Commit

Permalink
fix xmonad, sorr guys
Browse files Browse the repository at this point in the history
  • Loading branch information
majnemer committed Apr 6, 2009
1 parent becb818 commit ab49e64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xmonad.hs
Expand Up @@ -30,15 +30,14 @@ myLayoutHook = tiled ||| Mirror tiled ||| Grid ||| Full
delta = 3/100

main = do
xmproc <- spawnPipe "~/.cabal/bin/xmobar"
xmproc <- spawnPipe "xmobar"
xmonad $ defaultConfig
{ manageHook = manageDocks <+> manageHook defaultConfig
, layoutHook = avoidStruts $ smartBorders $ myLayoutHook
, logHook = dynamicLogWithPP $ xmobarPP
{ ppOutput = hPutStrLn xmproc
, ppTitle = xmobarColor "green" ""
}
, terminal = "uxterm /bin/zsh"
}
`additionalKeysP`
[ ("M-p", shellPrompt defaultXPConfig { position = Top })
Expand Down

0 comments on commit ab49e64

Please sign in to comment.