mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 20:51:52 -07:00
Set defaultGaps for makeSimpleDzenConfig
This commit is contained in:
@@ -66,7 +66,8 @@ makeSimpleDzenConfig :: IO XConfig
|
|||||||
makeSimpleDzenConfig = do
|
makeSimpleDzenConfig = do
|
||||||
h <- spawnPipe "dzen2"
|
h <- spawnPipe "dzen2"
|
||||||
return defaultConfig
|
return defaultConfig
|
||||||
{ logHook = dynamicLogWithPP defaultPP
|
{ defaultGaps = [(18,0,0,0)]
|
||||||
|
, logHook = dynamicLogWithPP defaultPP
|
||||||
{ ppOutput = hPutStrLn h } }
|
{ ppOutput = hPutStrLn h } }
|
||||||
|
|
||||||
-- |
|
-- |
|
||||||
|
Reference in New Issue
Block a user