doc: Reword -m and -M description
This commit is contained in:
parent
33b68ec7cb
commit
fbbb5922da
@ -22,7 +22,7 @@ _polybar() {
|
|||||||
"($C)"{-c,--config=}'[Path to the configuration file]:configuration file:_files' \
|
"($C)"{-c,--config=}'[Path to the configuration file]:configuration file:_files' \
|
||||||
"($R)"{-r,--reload}'[Reload when the configuration has been modified]' \
|
"($R)"{-r,--reload}'[Reload when the configuration has been modified]' \
|
||||||
"($D $R $M $W $S)"{-d,--dump=}'[Print parameter value in bar section and exit]:parameter name' \
|
"($D $R $M $W $S)"{-d,--dump=}'[Print parameter value in bar section and exit]:parameter name' \
|
||||||
"($MM $M $D $R $W $S)"{-m,--list-monitors}'[Print list of available monitors and exit (Removes cloned monitors)]' \
|
"($MM $M $D $R $W $S)"{-m,--list-monitors}'[Print list of available monitors (Excluding cloned monitors) and exit]' \
|
||||||
"($MM $M $D $R $W $S)"{-M,--list-all-monitors}'[Print list of all available monitors (Including cloned monitors) and exit]' \
|
"($MM $M $D $R $W $S)"{-M,--list-all-monitors}'[Print list of all available monitors (Including cloned monitors) and exit]' \
|
||||||
"($W $R $D $M $S)"{-w,--print-wmname}'[Print the generated WM_NAME and exit]' \
|
"($W $R $D $M $S)"{-w,--print-wmname}'[Print the generated WM_NAME and exit]' \
|
||||||
"($S)"{-s,--stdout}'[Output data to stdout instead of drawing the X window]' \
|
"($S)"{-s,--stdout}'[Output data to stdout instead of drawing the X window]' \
|
||||||
|
@ -45,7 +45,7 @@ OPTIONS
|
|||||||
|
|
||||||
Print list of available monitors and exit
|
Print list of available monitors and exit
|
||||||
|
|
||||||
If some monitors are cloned, this will remove all but one of them
|
If some monitors are cloned, this will exclude all but one of them
|
||||||
.. option:: -M, --list-all-monitors
|
.. option:: -M, --list-all-monitors
|
||||||
|
|
||||||
Print list of available monitors and exit
|
Print list of available monitors and exit
|
||||||
|
@ -33,7 +33,7 @@ bool randr_output::match(const position& p) const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if inner is contained withing this.
|
* Checks if inner is contained within `this`
|
||||||
*
|
*
|
||||||
* Also returns true for outputs that occupy the exact same space
|
* Also returns true for outputs that occupy the exact same space
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user