xmonad: add dock flag to xmobar
This commit is contained in:
parent
68d9936b67
commit
e7f13355b7
|
@ -41,7 +41,7 @@ highlightForeground = "#1c1c1c"
|
||||||
|
|
||||||
-- Set xmobar as my task bar.
|
-- Set xmobar as my task bar.
|
||||||
myWsBar :: String
|
myWsBar :: String
|
||||||
myWsBar = "xmobar -v $HOME/.xmobarrc"
|
myWsBar = "xmobar -v -d $HOME/.xmobarrc"
|
||||||
|
|
||||||
myXPConfig = def -- Configure the prompt's appearance
|
myXPConfig = def -- Configure the prompt's appearance
|
||||||
{ alwaysHighlight = True
|
{ alwaysHighlight = True
|
||||||
|
|
Loading…
Reference in a new issue