Update labwc(5)

This commit is contained in:
Johan Malm 2020-07-24 20:00:50 +01:00
parent fa42d5a094
commit a90c5d10e6

View file

@ -1,6 +1,6 @@
% labwc(5) % labwc(5)
% Johan Malm % Johan Malm
% 22 July, 2020 % 24 July, 2020
# NAME # NAME
@ -23,11 +23,11 @@ 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.
`keyboard-layout` __string__ (not set by default) `keyboard-layout` (__string__; not set by default)
: Set `XKB_DEFAULT_LAYOUT`. See xkeyboard-config(7) for details. : Set `XKB_DEFAULT_LAYOUT`. See xkeyboard-config(7) for details.
@ -37,7 +37,7 @@ Labwc specific settings which are not present in Openbox.
<name></name> <name></name>
</theme> </theme>
`name` __string__ `name` (__string__; default `Clearlooks`)
: The name of the Openbox theme to use : The name of the Openbox theme to use
@ -74,6 +74,14 @@ Example:
</keybind> </keybind>
<keyboard> <keyboard>
Default:
If no rc.xml file is found, the following default values will be used:
- Alt+Escape: Exit labwc
- Alt+Tab: Cycle windows
- Alt+F3: Launch dmenu
# ACTIONS # ACTIONS
Actions are used in key bindings. Actions are used in key bindings.
@ -84,13 +92,8 @@ Action syntax:
OPTION OPTION
</action> </action>
`NAME` where `NAME` is the name of the action as listed below, and `OPTION` is a set
of tags specific to each action as defined below.
: The name of the action as listed below.
`OPTION`
: A set of tags specific to each action as defined below.
`Execute` `Execute`