mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
Update man pages
This commit is contained in:
parent
45b13fc9a0
commit
138251abbe
2 changed files with 15 additions and 15 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
% labwc-config(5)
|
% labwc-config(5)
|
||||||
% Johan Malm
|
% Johan Malm
|
||||||
% 15 Sept, 2020
|
% 8 Oct, 2020
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
|
|
@ -23,9 +23,6 @@ Labwc specific settings which are not present in Openbox.
|
||||||
|
|
||||||
<lab>
|
<lab>
|
||||||
<xdg_shell_server_side_deco></xdg_shell_server_side_deco>
|
<xdg_shell_server_side_deco></xdg_shell_server_side_deco>
|
||||||
<keyboard>
|
|
||||||
<layout></layout>
|
|
||||||
</keyboard>
|
|
||||||
</lab>
|
</lab>
|
||||||
|
|
||||||
`xdg_shell_server_side_deco` (__boolean__; default yes)
|
`xdg_shell_server_side_deco` (__boolean__; default yes)
|
||||||
|
|
@ -33,10 +30,6 @@ Labwc specific settings which are not present in Openbox.
|
||||||
: Use server-side decorations for xdg-shell views where it is possible to
|
: Use server-side decorations for xdg-shell views where it is possible to
|
||||||
turn of CSD
|
turn of CSD
|
||||||
|
|
||||||
`keyboard-layout` (__string__; not set by default)
|
|
||||||
|
|
||||||
: Set `XKB_DEFAULT_LAYOUT`. See xkeyboard-config(7) for details.
|
|
||||||
|
|
||||||
# RC.XML `<theme>`
|
# RC.XML `<theme>`
|
||||||
|
|
||||||
<theme>
|
<theme>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
% labwc(1)
|
% labwc(1)
|
||||||
% Johan Malm
|
% Johan Malm
|
||||||
% 7 Aug, 2020
|
% 8 Oct, 2020
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
|
|
@ -33,15 +33,22 @@ Labwc is a [WIP] free, stacking compositor for Wayland. It aims to be light-weig
|
||||||
Labwc aims to be compatible with openbox configuration and theming, with the
|
Labwc aims to be compatible with openbox configuration and theming, with the
|
||||||
following files controlling the look and behaviour:
|
following files controlling the look and behaviour:
|
||||||
|
|
||||||
- rc.xml
|
- ~/.config/labwc/rc.xml (see labwc-config(5) for details)
|
||||||
- themerc
|
- ~/.config/labwc/autostart
|
||||||
- xbm icons
|
- ~/.config/labwc/environment
|
||||||
|
- ~/.themes/<name>/openbox-3/themerc (see labwc-theme(5) for details)
|
||||||
|
|
||||||
It reloads configuration and theme on receiving signal SIGHUP.
|
Equivalent XDG Base Directory Specification locations are also honoured.
|
||||||
|
|
||||||
See labwc(5) for details.
|
The configuration file and theme are re-loaded on receiving signal SIGHUP.
|
||||||
|
|
||||||
|
The autostart file is executed as a shell script. This is a place for setting
|
||||||
|
a background image, launching a panel, and so on.
|
||||||
|
|
||||||
|
The environment file is parsed as `<variable>=<value>` and sets environment
|
||||||
|
variables accordingly. It is recommended to specify keyboard settings here,
|
||||||
|
for example: `XKB_DEFAULT_LAYOUT=gb`. See xkeyboard-config(7) for details.
|
||||||
|
|
||||||
# SEE ALSO
|
# SEE ALSO
|
||||||
|
|
||||||
labwc-config(5), labwc-theme(5), labwc-actions(5)
|
labwc-config(5), labwc-theme(5), labwc-actions(5)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue