I use urxvtc now

This commit is contained in:
Spencer Janssen 2008-01-27 21:14:52 +00:00
parent 8dcb699db3
commit d8baf188db

View File

@ -20,7 +20,7 @@ import System.IO (hPutStrLn)
sjanssenConfig = do
xmobar <- spawnPipe "xmobar"
return $ defaultConfig
{ terminal = "urxvt"
{ terminal = "urxvtc"
, workspaces = ["irc", "web"] ++ map show [3 .. 7 :: Int] ++ ["mail", "im"]
, logHook = dynamicLogWithPP $ sjanssenPP { ppOutput = hPutStrLn xmobar }
, modMask = mod4Mask