SYNOPSIS and DESCRIPTION changes
This commit is contained in:
parent
95e348ab31
commit
cf6f6be5e6
|
@ -9,13 +9,31 @@ awesomerc - Configuration file for the 'awesome window manager'
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
|
|
||||||
*awesome* reads *$HOME/.awesomerc* by default. You can choose another configuration
|
<item> [<argument>]
|
||||||
file with: awesome -c configuration
|
{
|
||||||
|
<option> = <value>
|
||||||
|
|
||||||
|
<item> [<argument>] { <option> = <value>, ... }
|
||||||
|
....
|
||||||
|
}
|
||||||
|
|
||||||
|
<option> = <value>
|
||||||
|
|
||||||
|
|
||||||
|
DESCRIPTION
|
||||||
|
-----------
|
||||||
|
|
||||||
|
The awesomerc file contains configuration informations for *awesome*. It can
|
||||||
|
be used to configure the behaviour and look of awesome in a variety of ways.
|
||||||
|
|
||||||
|
It is read at startup.
|
||||||
|
|
||||||
UICB FUNCTIONS
|
UICB FUNCTIONS
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
In awesome, a lot of *functions* are available. These functions are called uicb (User Interface Call Backs). Each function can be bound to a key shortcut or a mouse button.
|
In awesome, a lot of *functions* are available. These functions are called
|
||||||
|
uicb (User Interface Call Backs). Each function can be bound to a key shortcut
|
||||||
|
or a mouse button.
|
||||||
|
|
||||||
General
|
General
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
@ -271,14 +289,10 @@ This widget shows a graph.
|
||||||
*y*::
|
*y*::
|
||||||
Vertical offset (auto-alignment if not set).
|
Vertical offset (auto-alignment if not set).
|
||||||
|
|
||||||
FILES
|
OPTIONS
|
||||||
-----
|
|
||||||
For an example of an awesomerc file, see the file provided with the sources.
|
|
||||||
|
|
||||||
EXAMPLES
|
|
||||||
--------
|
--------
|
||||||
|
|
||||||
The general config and subconfig options for the awesomerc:
|
Configuration options and possible values.
|
||||||
|
|
||||||
..............................................
|
..............................................
|
||||||
Note: when there is no whitespace, quotes are optional.
|
Note: when there is no whitespace, quotes are optional.
|
||||||
|
@ -300,6 +314,8 @@ Note: when there is no whitespace, quotes are optional.
|
||||||
|
|
||||||
[MULTI] means, you can use an item multiple times.
|
[MULTI] means, you can use an item multiple times.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
screen <integer> [MULTI]
|
screen <integer> [MULTI]
|
||||||
{
|
{
|
||||||
general
|
general
|
||||||
|
@ -515,6 +531,11 @@ mouse
|
||||||
}
|
}
|
||||||
..............................................
|
..............................................
|
||||||
|
|
||||||
|
EXAMPLES
|
||||||
|
--------
|
||||||
|
|
||||||
|
Check awesome's wiki: http://awesome.naquadah.org/wiki/
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Reference in New Issue