mirror of
https://github.com/labwc/labwc.git
synced 2026-03-05 01:40:24 -05:00
docs: Fixed some typos, 80 column lines (where possible)
This commit is contained in:
parent
32929e8ab5
commit
2e2cf54c00
3 changed files with 52 additions and 49 deletions
|
|
@ -103,7 +103,7 @@ However, there are some caveats:
|
|||
1. In menu.xml, the attributes *id*, *label* and *execute* must be
|
||||
expressed as attributes rather than as separate child elements.
|
||||
|
||||
2. Ordering of attributes can sometimes be singificant. For example,
|
||||
2. Ordering of attributes can sometimes be significant. For example,
|
||||
when setting fonts via attributes rather than children,
|
||||
|
||||
*<font place="ActiveWindow" name="..." size="..." />*
|
||||
|
|
@ -257,14 +257,15 @@ this is for compatibility with Openbox.
|
|||
- 'o' - output name (show if more than 1 monitor active)
|
||||
- 'T' - title of window
|
||||
- 't' - title of window (if different than wm-class/app-id)
|
||||
Recommend using with a mono space font, to keep alignment.
|
||||
Recommend using with a monospace font, to keep alignment.
|
||||
- *custom - subset of printf options allowed -- man 3 printf*
|
||||
- random text may be inserted
|
||||
- field length, example "%10" use 10 spaces, even if text uses less
|
||||
- left jusify text, example "%-"
|
||||
- left justify text, example "%-"
|
||||
- right justify text, example "%" instead of "%-"
|
||||
- example, %-10 would left justify and make room for 10 charaters
|
||||
- Only one custom format allowed now. Future enhancements may allow more than one.
|
||||
- example, %-10 would left justify and make room for 10 characters
|
||||
- Only one custom format allowed now. Future enhancements may
|
||||
allow more than one.
|
||||
|
||||
*width* defines the width of the field expressed as a percentage of
|
||||
the overall window switcher width. The "%" character is required.
|
||||
|
|
@ -658,7 +659,7 @@ extending outward from the snapped edge.
|
|||
*<tablet><map button="" to="" />*
|
||||
Tablet buttons emulate regular mouse buttons. If not specified
|
||||
otherwise, the tip (Tip) is mapped to left mouse click, the first pen
|
||||
button (Stylus) is mapped to right mouse button click and the second pen
|
||||
button (Stylus) is mapped to right mouse button click and the second pen
|
||||
button (Stylus2) emulates a middle mouse button click.
|
||||
|
||||
Supported map *buttons* are:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue