Add -dock to dzen command

This commit is contained in:
Markus Ongyerth 2017-07-08 08:37:35 +02:00
parent 12227d37ca
commit b1f28e64d7
2 changed files with 5 additions and 1 deletions

View File

@ -124,6 +124,10 @@
changed and you want to re-sort windows into the appropriate
sub-layout.
* `XMonad.Hooks.DynamicLog`
- Add the -dock argument to the dzen spawn arguments
## 0.13 (February 10, 2017)
### Breaking Changes

View File

@ -172,7 +172,7 @@ dzen conf = statusBar ("dzen2 " ++ flags) dzenPP toggleStrutsKey conf
where
fg = "'#a8a3f7'" -- n.b quoting
bg = "'#3f3c6d'"
flags = "-e 'onstart=lower' -w 400 -ta l -fg " ++ fg ++ " -bg " ++ bg
flags = "-e 'onstart=lower' -dock -w 400 -ta l -fg " ++ fg ++ " -bg " ++ bg
-- | Run xmonad with a xmobar status bar set to some nice defaults.