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