Update labwc(5)

This commit is contained in:
Johan Malm 2020-08-06 15:13:27 +01:00
parent f199fc4779
commit 2d6921039d

View file

@ -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.