mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Update labwc(5)
This commit is contained in:
parent
f199fc4779
commit
2d6921039d
1 changed files with 23 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
% labwc(5)
|
% labwc(5)
|
||||||
% Johan Malm
|
% Johan Malm
|
||||||
% 24 July, 2020
|
% 6 Aug, 2020
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
|
|
@ -23,7 +23,7 @@ Labwc specific settings which are not present in Openbox.
|
||||||
</keyboard>
|
</keyboard>
|
||||||
</lab>
|
</lab>
|
||||||
|
|
||||||
`csd` (__boolean__; default `no`)
|
`csd` (__boolean__; default no)
|
||||||
|
|
||||||
: Use client-side decorations for xdg-shell views.
|
: Use client-side decorations for xdg-shell views.
|
||||||
|
|
||||||
|
|
@ -35,12 +35,32 @@ Labwc specific settings which are not present in Openbox.
|
||||||
|
|
||||||
<theme>
|
<theme>
|
||||||
<name></name>
|
<name></name>
|
||||||
|
<font place="">
|
||||||
|
<name></name>
|
||||||
|
<size></size>
|
||||||
|
</font>
|
||||||
</theme>
|
</theme>
|
||||||
|
|
||||||
`name` (__string__; default `Clearlooks`)
|
`name` (__string__; default Clearlooks)
|
||||||
|
|
||||||
: The name of the Openbox theme to use
|
: The name of the Openbox theme to use
|
||||||
|
|
||||||
|
`font`
|
||||||
|
|
||||||
|
: The font to use for a specific element of a window, menu or OSD.
|
||||||
|
|
||||||
|
`place`
|
||||||
|
|
||||||
|
: Can be `ActiveWindow` (titlebar of active window)
|
||||||
|
|
||||||
|
`name`
|
||||||
|
|
||||||
|
: Describes font name (__string__; default sans)
|
||||||
|
|
||||||
|
`size`
|
||||||
|
|
||||||
|
: Describes font size in pixels (__integer__; default 8)
|
||||||
|
|
||||||
# RC.XML `<keyboard>`
|
# RC.XML `<keyboard>`
|
||||||
|
|
||||||
Describe key bindings.
|
Describe key bindings.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue