onstart=lower, solves floating dzen issue

This commit is contained in:
Don Stewart
2008-04-03 20:34:25 +00:00
parent 6c324cbfed
commit 0971238cf6

View File

@@ -171,7 +171,7 @@ dzen f = do
] ]
fg = "'#a8a3f7'" -- n.b quoting fg = "'#a8a3f7'" -- n.b quoting
bg = "'#3f3c6d'" bg = "'#3f3c6d'"
flags = "-e '' -w 400 -ta l -fg " ++ fg ++ " -bg " ++ bg flags = "-e 'onstart=lower' -w 400 -ta l -fg " ++ fg ++ " -bg " ++ bg
------------------------------------------------------------------------ ------------------------------------------------------------------------