updated dunstrc comment

height in geometry is measured in notifications, not lines
This commit is contained in:
Sascha Kruse 2012-12-22 08:01:22 +01:00
parent f46f9bff17
commit 5c96d1f63e

View File

@ -37,7 +37,7 @@
# the geometry of the window
# geometry [{width}]x{height}][+/-{x}+/-{y}]
# The geometry of the message window.
# The height is measured in lines everything else in pixels. If the width
# The height is measured in number of notifications everything else in pixels. If the width
# is omitted but the height is given ("-geometry x2"), the message window
# expands over the whole screen (dmenu-like). If width is 0,
# the window expands to the longest message displayed.