diff --git a/dunstrc b/dunstrc index 5e6512d..e28b1c4 100644 --- a/dunstrc +++ b/dunstrc @@ -33,7 +33,7 @@ # Possible values are "left", "center" and "right". alignment = left - # The frequency with wich text that is longer than the notification + # The frequency with which text that is longer than the notification # window allows bounces back and forth. # This option conflicts with "word_wrap". # Set to 0 to disable. @@ -61,7 +61,7 @@ # (dmenu-like). If width is 0, the window expands to the longest # message displayed. A positive x is measured from the left, a # negative from the right side of the screen. Y is measured from - # the top and down respectevly. + # the top and down respectively. # The width can be negative. In this case the actual width is the # screen width minus the width defined in within the geometry option. geometry = "300x5-30+20" @@ -71,7 +71,7 @@ shrink = no # The transparency of the window. Range: [0; 100]. - # This option will only work if a compositing windowmanager is + # This option will only work if a compositing window manager is # present (e.g. xcompmgr, compiz, etc.). transparency = 0 @@ -88,9 +88,9 @@ # keyboard: follow window with keyboard focus # none: don't follow anything # - # "keyboard" needs a windowmanager that exports the + # "keyboard" needs a window manager that exports the # _NET_ACTIVE_WINDOW property. - # This should be the case for almost all modern windowmanagers. + # This should be the case for almost all modern window managers. # # If this option is set to mouse or keyboard, the monitor option # will be ignored. @@ -111,7 +111,7 @@ # This adds empty space above and under the text. line_height = 0 - # Draw a line of "separatpr_height" pixel height between two + # Draw a line of "separator_height" pixel height between two # notifications. # Set to 0 to disable. separator_height = 2