mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user