Update comments in dunstrc

This commit is contained in:
Sascha Kruse 2012-09-27 11:29:47 +02:00
parent a340aec4a8
commit a283c18ddc

20
dunstrc
View File

@ -19,7 +19,10 @@
# Possible values are "left", "center" and "right"
alignment = left
# determines the bounce frequency (in hz, 0 to disable)
# The frequency with wich text that is longer than the notification
# window allows bounces back and forth.
# This option conflicts with 'word_wrap'.
# Set to 0 to disable
bounce_freq = 0
# show age of message if message is older than show_age_threshold seconds.
@ -41,16 +44,16 @@
# right side of the screen. Y is measured from the top and down respectevly.
geometry = "0x3-30+20"
# The transparency of the window. range: [0; 100]
# This option will only work if a compositing windowmanager is present (e.g. xcompmgr, compiz, etc..)
transparency = 0
# The transparency of the window. range: [0; 100]
# This option will only work if a compositing windowmanager is present (e.g. xcompmgr, compiz, etc..)
transparency = 0
# Don't remove messages, if the user is idle (no mouse or keyboard input)
# for longer than idle_threshold seconds.
# Set to 0 to disable.
idle_threshold = 120
# Which monitor should the notifications be displayed one
# Which monitor should the notifications be displayed on.
monitor = 0
# Display notification on focused monitor. Possible modes are:
@ -66,16 +69,19 @@
follow = none
# should a notification popped up from history be sticky or
# timeout as if it would normally down
# timeout as if it would normally do.
sticky_history = yes
# The height of a single line. If the height is smaller than the font height,
# it will get raised to the font height.
# This adds empty space above and under the text.
line_height = 0
# height of the separator line in pixels (Set to 0 to disable)
# Draw a line of 'separatpr_height' pixel height between two notifications.
# Set to 0 to disable
separator_height = 2;
# Define a color for the separator.
# This can either be "auto" or "foreground". "Auto" tries to find a color
# that fits nicely to the background color.
separator_color = auto