typo fix, and some cleanup
This commit is contained in:
parent
3bd36a4749
commit
54f2300e5b
|
@ -253,7 +253,7 @@ screen <integer> [MULTI]
|
||||||
{
|
{
|
||||||
allow_lower_floats=<boolean>
|
allow_lower_floats=<boolean>
|
||||||
sloppy_focus=<boolean>
|
sloppy_focus=<boolean>
|
||||||
new_become_master<boolean>
|
new_become_master=<boolean>
|
||||||
border=<integer>
|
border=<integer>
|
||||||
focus_move_pointer=<boolean>
|
focus_move_pointer=<boolean>
|
||||||
font=<font>
|
font=<font>
|
||||||
|
@ -265,7 +265,6 @@ screen <integer> [MULTI]
|
||||||
{
|
{
|
||||||
layout <{dwindle,floating,max,
|
layout <{dwindle,floating,max,
|
||||||
spiral,tile,tileleft}> { image=<image> } [MULTI]
|
spiral,tile,tileleft}> { image=<image> } [MULTI]
|
||||||
|
|
||||||
}
|
}
|
||||||
padding
|
padding
|
||||||
{
|
{
|
||||||
|
@ -288,10 +287,8 @@ screen <integer> [MULTI]
|
||||||
font=<font>
|
font=<font>
|
||||||
mouse [MULTI]
|
mouse [MULTI]
|
||||||
{
|
{
|
||||||
modkey=<mod>
|
button=<integer> modkey=<mod>
|
||||||
button=<integer>
|
command=<uicb-cmd> arg=<uicb-arg>
|
||||||
command=<uicb-cmd>
|
|
||||||
arg=<uicb-arg>
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tasklist <identifier>
|
tasklist <identifier>
|
||||||
|
@ -305,10 +302,8 @@ screen <integer> [MULTI]
|
||||||
font=<font>
|
font=<font>
|
||||||
mouse [MULTI]
|
mouse [MULTI]
|
||||||
{
|
{
|
||||||
modkey=<mod>
|
button=<integer> modkey=<mod>
|
||||||
button=<integer>
|
command=<uicb-cmd> arg=<uicb-arg>
|
||||||
command=<uicb-cmd>
|
|
||||||
arg=<uicb-arg>
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
iconbox <identifier> [MULTI]
|
iconbox <identifier> [MULTI]
|
||||||
|
@ -317,30 +312,24 @@ screen <integer> [MULTI]
|
||||||
resize=<boolean>
|
resize=<boolean>
|
||||||
mouse [MULTI]
|
mouse [MULTI]
|
||||||
{
|
{
|
||||||
modkey=<mod>
|
button=<integer> modkey=<mod>
|
||||||
button=<integer>
|
command=<uicb-cmd> arg=<uicb-arg>
|
||||||
command=<uicb-cmd>
|
|
||||||
arg=<uicb-arg>
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
layoutinfo <identifier>
|
layoutinfo <identifier>
|
||||||
{
|
{
|
||||||
mouse [MULTI]
|
mouse [MULTI]
|
||||||
{
|
{
|
||||||
modkey=<mod>
|
button=<integer> modkey=<mod>
|
||||||
button=<integer>
|
command=<uicb-cmd> arg=<uicb-arg>
|
||||||
command=<uicb-cmd>
|
|
||||||
arg=<uicb-arg>
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
netwmicon <identifier>
|
netwmicon <identifier>
|
||||||
{
|
{
|
||||||
mouse [MULTI]
|
mouse [MULTI]
|
||||||
{
|
{
|
||||||
modkey=<mod>
|
button=<integer> modkey=<mod>
|
||||||
button=<integer>
|
command=<uicb-cmd> arg=<uicb-arg>
|
||||||
command=<uicb-cmd>
|
|
||||||
arg=<uicb-arg>
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
progressbar <identifier> [MULTI]
|
progressbar <identifier> [MULTI]
|
||||||
|
@ -360,9 +349,8 @@ screen <integer> [MULTI]
|
||||||
{
|
{
|
||||||
mouse [MULTI]
|
mouse [MULTI]
|
||||||
{
|
{
|
||||||
modkey=<mod>
|
button=<integer> modkey=<mod>
|
||||||
button=<integer>
|
command=<uicb-cmd> arg=<uicb-arg>
|
||||||
command=<uicb-cmd>
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
textbox <identifier> [MULTI]
|
textbox <identifier> [MULTI]
|
||||||
|
@ -372,10 +360,8 @@ screen <integer> [MULTI]
|
||||||
font=<font>
|
font=<font>
|
||||||
mouse [MULTI]
|
mouse [MULTI]
|
||||||
{
|
{
|
||||||
modkey=<mod>
|
button=<integer> modkey=<mod>
|
||||||
button=<integer>
|
command=<uicb-cmd> arg=<uicb-arg>
|
||||||
command=<uicb-cmd>
|
|
||||||
arg=<uicb-arg>
|
|
||||||
}
|
}
|
||||||
text=<string>
|
text=<string>
|
||||||
width=<integer>
|
width=<integer>
|
||||||
|
|
Loading…
Reference in New Issue