manpage update (scale, max and awesomerc(1))
This commit is contained in:
parent
a41c25c0f5
commit
dbb0456bed
|
@ -134,7 +134,7 @@ awesome is customized by creating a custom $HOME/.awesomerc file.
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
dmenu(1) dzen2(1)
|
awesomerc(1) dmenu(1) dzen2(1)
|
||||||
|
|
||||||
BUGS
|
BUGS
|
||||||
----
|
----
|
||||||
|
|
|
@ -248,6 +248,10 @@ graph
|
||||||
~~~~~
|
~~~~~
|
||||||
This widget shows a graph.
|
This widget shows a graph.
|
||||||
|
|
||||||
|
*scale*::
|
||||||
|
Re-scales when input > max (see below).
|
||||||
|
*max*::
|
||||||
|
This value prints a full graph.
|
||||||
*mouse*::
|
*mouse*::
|
||||||
Set mouse bindings.
|
Set mouse bindings.
|
||||||
*width*::
|
*width*::
|
||||||
|
@ -398,6 +402,7 @@ screen <integer> [MULTI]
|
||||||
focus_bg = <color>
|
focus_bg = <color>
|
||||||
font = <font>
|
font = <font>
|
||||||
show_icons = <boolean>
|
show_icons = <boolean>
|
||||||
|
show_all = <boolean>
|
||||||
align = <{center,left,right}>
|
align = <{center,left,right}>
|
||||||
x = <integer> y = <integer>
|
x = <integer> y = <integer>
|
||||||
mouse [MULTI]
|
mouse [MULTI]
|
||||||
|
@ -448,6 +453,8 @@ screen <integer> [MULTI]
|
||||||
}
|
}
|
||||||
graph <identifier> [MULTI]
|
graph <identifier> [MULTI]
|
||||||
{
|
{
|
||||||
|
scale = <boolean>
|
||||||
|
max = <float>
|
||||||
width = <integer>
|
width = <integer>
|
||||||
height = <float>
|
height = <float>
|
||||||
padding_left = <integer>
|
padding_left = <integer>
|
||||||
|
|
Loading…
Reference in New Issue