fixed manpage

the explanation of the -mon option got accidently deleted with the last
commits
This commit is contained in:
Sascha Kruse 2011-09-13 01:23:32 +02:00
parent f64fcc63cd
commit 4caf7a68e9
2 changed files with 2 additions and 1 deletions

2
README
View File

@ -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

View File

@ -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