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
|
||||
--------
|
||||
dmenu(1) dzen2(1)
|
||||
awesomerc(1) dmenu(1) dzen2(1)
|
||||
|
||||
BUGS
|
||||
----
|
||||
|
|
|
@ -248,6 +248,10 @@ graph
|
|||
~~~~~
|
||||
This widget shows a graph.
|
||||
|
||||
*scale*::
|
||||
Re-scales when input > max (see below).
|
||||
*max*::
|
||||
This value prints a full graph.
|
||||
*mouse*::
|
||||
Set mouse bindings.
|
||||
*width*::
|
||||
|
@ -398,6 +402,7 @@ screen <integer> [MULTI]
|
|||
focus_bg = <color>
|
||||
font = <font>
|
||||
show_icons = <boolean>
|
||||
show_all = <boolean>
|
||||
align = <{center,left,right}>
|
||||
x = <integer> y = <integer>
|
||||
mouse [MULTI]
|
||||
|
@ -448,6 +453,8 @@ screen <integer> [MULTI]
|
|||
}
|
||||
graph <identifier> [MULTI]
|
||||
{
|
||||
scale = <boolean>
|
||||
max = <float>
|
||||
width = <integer>
|
||||
height = <float>
|
||||
padding_left = <integer>
|
||||
|
|
Loading…
Reference in New Issue