fixed manpage
the explanation of the -mon option got accidently deleted with the last commits
This commit is contained in:
parent
f64fcc63cd
commit
4caf7a68e9
2
README
2
README
@ -38,7 +38,7 @@ OPTIONS
|
|||||||
defines the modifier for the key. Available modifiers are: ctrl,shift,mod1 (usually the alt-key),mod2,mod3,mod4 (usually windows key). This option can be used multiple times to
|
defines the modifier for the key. Available modifiers are: ctrl,shift,mod1 (usually the alt-key),mod2,mod3,mod4 (usually windows key). This option can be used multiple times to
|
||||||
combine modifiers.
|
combine modifiers.
|
||||||
|
|
||||||
-mon n
|
-mon n show the notification on monitor n.
|
||||||
|
|
||||||
-mon [[<width>]x<height>][+/-<X>+/-<y>]
|
-mon [[<width>]x<height>][+/-<X>+/-<y>]
|
||||||
The geometry of the message window. The height is measured in lines everything else in pixels. If the width is omitted but the height is given ("-geometry x2"), the message window
|
The geometry of the message window. The height is measured in lines everything else in pixels. If the width is omitted but the height is given ("-geometry x2"), the message window
|
||||||
|
1
dunst.1
1
dunst.1
@ -50,6 +50,7 @@ close window by pressing key [a,b,space,Return etc.] (should be used in combinat
|
|||||||
defines the modifier for the key. Available modifiers are: ctrl,shift,mod1 (usually the alt-key),mod2,mod3,mod4 (usually windows key). This option can be used multiple times to combine modifiers.
|
defines the modifier for the key. Available modifiers are: ctrl,shift,mod1 (usually the alt-key),mod2,mod3,mod4 (usually windows key). This option can be used multiple times to combine modifiers.
|
||||||
.TP
|
.TP
|
||||||
.BI \-mon " n"
|
.BI \-mon " n"
|
||||||
|
show the notification on monitor n.
|
||||||
.TP
|
.TP
|
||||||
.BI \-mon " [[<width>]x<height>][+/-<X>+/-<y>]"
|
.BI \-mon " [[<width>]x<height>][+/-<X>+/-<y>]"
|
||||||
The geometry of the message window. The height is measured in lines 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. 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. see also EXAMPLES
|
The geometry of the message window. The height is measured in lines 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. 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. see also EXAMPLES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user