mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
I use urxvtc now
This commit is contained in:
parent
8dcb699db3
commit
d8baf188db
@ -20,7 +20,7 @@ import System.IO (hPutStrLn)
|
|||||||
sjanssenConfig = do
|
sjanssenConfig = do
|
||||||
xmobar <- spawnPipe "xmobar"
|
xmobar <- spawnPipe "xmobar"
|
||||||
return $ defaultConfig
|
return $ defaultConfig
|
||||||
{ terminal = "urxvt"
|
{ terminal = "urxvtc"
|
||||||
, workspaces = ["irc", "web"] ++ map show [3 .. 7 :: Int] ++ ["mail", "im"]
|
, workspaces = ["irc", "web"] ++ map show [3 .. 7 :: Int] ++ ["mail", "im"]
|
||||||
, logHook = dynamicLogWithPP $ sjanssenPP { ppOutput = hPutStrLn xmobar }
|
, logHook = dynamicLogWithPP $ sjanssenPP { ppOutput = hPutStrLn xmobar }
|
||||||
, modMask = mod4Mask
|
, modMask = mod4Mask
|
||||||
|
Loading…
x
Reference in New Issue
Block a user