mirror of https://github.com/0intro/wmii
Update wmii.1
This commit is contained in:
parent
cd8aeb73f8
commit
bc0d15a261
|
@ -434,7 +434,7 @@ frame
|
|||
Selects a client window.
|
||||
|
||||
.nf
|
||||
frame ::= \fI<area>\fR \fI<space>\fR \fI<index>\fR | \fI<area>\fR "sel" | client \fI<window-id>\fR
|
||||
frame ::= \fI<area>\fR \fI<index>\fR | \fI<area>\fR sel | client \fI<window-id>\fR
|
||||
.fi
|
||||
|
||||
|
||||
|
@ -446,7 +446,7 @@ amount
|
|||
The amount to grow or nudge something.
|
||||
|
||||
.nf
|
||||
amount ::= \fI<number>\fR "px"?
|
||||
amount ::= \fI<number>\fR | \fI<number>\fRpx
|
||||
.fi
|
||||
|
||||
|
||||
|
|
|
@ -394,7 +394,7 @@ all of the clients with the given tag applied. The special
|
|||
: frame
|
||||
Selects a client window.
|
||||
|
||||
``` frame ::= <area> <space> <index> | <area> "sel" | client <window-id>
|
||||
``` frame ::= <area> <index> | <area> sel | client <window-id>
|
||||
|
||||
Where <index> represents the nth frame of <area> or <window-id> is
|
||||
the X11 window id of the given client.
|
||||
|
@ -402,7 +402,7 @@ all of the clients with the given tag applied. The special
|
|||
: amount
|
||||
The amount to grow or nudge something.
|
||||
|
||||
``` amount ::= <number> "px"?
|
||||
``` amount ::= <number> | <number>px
|
||||
|
||||
If "px" is given, <number> is interperated as an exact pixel count.
|
||||
Otherwise, it's interperated as a "reasonable" amount, which is
|
||||
|
|
Loading…
Reference in New Issue