awesomerc update
Hi, I changed the 'example' section somebit, hmm. cheers marco -- (o_ It rocks: LINUX + Command-Line-Interface //\ V_/_ http://www.calmar.ws From 03a313beaa9aef348b2c5c90a606b9a044deca17 Mon Sep 17 00:00:00 2001 From: marco candrian <mac@calmar.ws> Date: Wed, 2 Jan 2008 06:50:18 +0100 Subject: [PATCH] awesomerc update
This commit is contained in:
parent
d8ef2748a6
commit
e3d0474363
161
awesomerc.1.txt
161
awesomerc.1.txt
|
@ -167,16 +167,20 @@ This widget shows an icon.
|
||||||
|
|
||||||
progressbar
|
progressbar
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
This widget shows a progress bar.
|
This widget shows one or more progress-bars.
|
||||||
|
|
||||||
*mouse*::
|
*mouse*::
|
||||||
Set mouse bindings.
|
Set mouse bindings.
|
||||||
*width*::
|
*width*::
|
||||||
Set width.
|
Set width.
|
||||||
|
*bar*::
|
||||||
|
Draws a bar; Options: fg, bg, bcolor
|
||||||
*fg*::
|
*fg*::
|
||||||
Foreground color.
|
Foreground color.
|
||||||
*bg*::
|
*bg*::
|
||||||
Background color.
|
Background color.
|
||||||
|
*bcolor*::
|
||||||
|
Border color.
|
||||||
|
|
||||||
FILES
|
FILES
|
||||||
-----
|
-----
|
||||||
|
@ -184,38 +188,133 @@ For an example of an awesomerc file, see the file provided with the sources
|
||||||
|
|
||||||
EXAMPLES
|
EXAMPLES
|
||||||
--------
|
--------
|
||||||
|
The general config and subconfig options for the awesomerc:
|
||||||
The general format of the awesomerc with some examples:
|
|
||||||
|
|
||||||
....................
|
....................
|
||||||
screen 0 # particular settings for screen 0
|
screen <number>
|
||||||
{ #
|
{
|
||||||
general #
|
colors
|
||||||
{ } # border=2 focus_move_pointer=true font="fixed-10" ...
|
{
|
||||||
#
|
focus_bg=<color>
|
||||||
colors #
|
focus_border=<color>
|
||||||
{ } # focus_bg="#000000" focus_border= ...
|
focus_fg=<color>
|
||||||
#
|
normal_bg=<color>
|
||||||
statusbar sb #
|
normal_border=<color>
|
||||||
{ } # position="top" taglist tl {} textbox tb {} ...
|
normal_fg=<color>
|
||||||
# hint: tl is a identifier (you can freely choose)
|
tab_border=<color>
|
||||||
# usage: awesome-client <<< "0 widget_tell tl some_data"
|
urgent_bg=<color>
|
||||||
#
|
urgent_fg=<color>
|
||||||
tags #
|
}
|
||||||
{ } # tag identifier { layout="tile" wmfact=0.70 nmaster=2 }
|
general
|
||||||
#
|
{
|
||||||
layouts #
|
allow_lower_floats=<{true,false}>
|
||||||
{ } # layout max { symbol="[ ]" } (or tile, max, dwindle, floating, ...)
|
border=<integer>
|
||||||
} #
|
focus_move_pointer=<{true,false}>
|
||||||
#
|
font=<font>
|
||||||
rules #
|
opacity_unfocused=<integer>
|
||||||
{ } # rule { name="gimp" float=true tags="3" }
|
resize_hints=<{true,false}>
|
||||||
#
|
snap=<integer>
|
||||||
mouse #
|
}
|
||||||
{ } # tag { button="1" command="tag_view" }
|
layouts
|
||||||
#
|
{
|
||||||
keys #
|
layout { image=<image> }
|
||||||
{ } # key { modkey={"Mod4"} key="j" command="client_focusnext" }
|
}
|
||||||
|
padding
|
||||||
|
{
|
||||||
|
bottom=<integer>
|
||||||
|
left=<integer>
|
||||||
|
right=<integer>
|
||||||
|
top=<integer>
|
||||||
|
}
|
||||||
|
statusbar
|
||||||
|
{
|
||||||
|
focustitle <identifier>
|
||||||
|
height=<integer>
|
||||||
|
iconbox <identifier>
|
||||||
|
{
|
||||||
|
image=<image>
|
||||||
|
mouse { button=<integer> command=<uicb-cmd> modkey=<mod> }
|
||||||
|
}
|
||||||
|
layoutinfo <identifier>
|
||||||
|
netwmicon <identifier> {}
|
||||||
|
position=<{bottom,top,left,right}>
|
||||||
|
progressbar <identifier>
|
||||||
|
{
|
||||||
|
bar { bcolor=<color> bg=<color> fg=<color> }
|
||||||
|
gap=<integer>
|
||||||
|
height=<float>
|
||||||
|
lpadding=<integer>
|
||||||
|
mouse { button=<integer> command=<uicb-cmd> modkey=<mod> }
|
||||||
|
width=<integer>
|
||||||
|
}
|
||||||
|
taglist <identifier>
|
||||||
|
{
|
||||||
|
mouse { button=<integer> command=<uicb-cmd> modkey=<mod> }
|
||||||
|
}
|
||||||
|
textbox <identifier>
|
||||||
|
{
|
||||||
|
bg=<color>
|
||||||
|
fg=<color>
|
||||||
|
font=<font>
|
||||||
|
mouse { button=<integer> command=<uicb-cmd> modkey=<mod> }
|
||||||
|
text=<string> w
|
||||||
|
idth=<integer>
|
||||||
|
}
|
||||||
|
width=<integer>
|
||||||
|
}
|
||||||
|
tags
|
||||||
|
{
|
||||||
|
tag
|
||||||
|
{
|
||||||
|
layout=<{dwindle,floating,max,spiral,tile,tileleft}>
|
||||||
|
wmfact=<float>
|
||||||
|
nmaster=<integer>
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
rules
|
||||||
|
{
|
||||||
|
rule
|
||||||
|
{
|
||||||
|
float=<{true,false}>
|
||||||
|
icon=<image>
|
||||||
|
name=<regex>
|
||||||
|
screen=<integer>
|
||||||
|
tags=<integer-list,...>
|
||||||
|
}
|
||||||
|
}
|
||||||
|
keys
|
||||||
|
{
|
||||||
|
key
|
||||||
|
{
|
||||||
|
arg=<uicb-argument>
|
||||||
|
command=<uicb-cmd>
|
||||||
|
key=<key>
|
||||||
|
modkey=<mod>
|
||||||
|
}
|
||||||
|
keylist
|
||||||
|
{
|
||||||
|
arglist={<uicb-arguments,...}
|
||||||
|
command=<uicb-cmd>
|
||||||
|
keylist={<key>,...}
|
||||||
|
modkey=<mod>
|
||||||
|
}
|
||||||
|
}
|
||||||
|
mouse
|
||||||
|
{
|
||||||
|
client
|
||||||
|
{ arg=<uicb-argument>
|
||||||
|
button=<integer>
|
||||||
|
command=<uicb-cmd>
|
||||||
|
modkey=<mod>
|
||||||
|
}
|
||||||
|
root
|
||||||
|
{ arg=<uicb-argument>
|
||||||
|
button=<integer>
|
||||||
|
command=<uicb-cmd>
|
||||||
|
modkey=<mod>
|
||||||
|
}
|
||||||
|
}
|
||||||
....................
|
....................
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue