mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 20:51:52 -07:00
onstart=lower, solves floating dzen issue
This commit is contained in:
@@ -171,7 +171,7 @@ dzen f = do
|
||||
]
|
||||
fg = "'#a8a3f7'" -- n.b quoting
|
||||
bg = "'#3f3c6d'"
|
||||
flags = "-e '' -w 400 -ta l -fg " ++ fg ++ " -bg " ++ bg
|
||||
flags = "-e 'onstart=lower' -w 400 -ta l -fg " ++ fg ++ " -bg " ++ bg
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user