mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Update labwc(1) and labwc(5)
This commit is contained in:
parent
649437e336
commit
d3e9f9a07f
2 changed files with 28 additions and 27 deletions
|
|
@ -1,6 +1,6 @@
|
|||
% labwc(5)
|
||||
% Johan Malm
|
||||
% 6 Aug, 2020
|
||||
% 7 Aug, 2020
|
||||
|
||||
# NAME
|
||||
|
||||
|
|
@ -10,7 +10,16 @@ labwc - Configuration files
|
|||
|
||||
There are two configuration files which control the look and behaviour of
|
||||
labwc, namely rc.xml and themerc. The configuration aims to be compatible with
|
||||
Openbox, but there are some differences which are pointed out in this man page.
|
||||
Openbox, but there are some differences which are pointed out throughout this
|
||||
man page.
|
||||
|
||||
Adhering to XDG Base Directory Specification, configuration files will be
|
||||
searched for in the following order:
|
||||
|
||||
- `${XDG_CONFIG_HOME:-$HOME/.config}/labwc`
|
||||
- `${XDG_CONFIG_DIRS:-/etc/xdg}/labwc`
|
||||
- `${XDG_CONFIG_HOME:-$HOME/.config}/openbox`
|
||||
- `${XDG_CONFIG_DIRS:-/etc/xdg}/openbox`
|
||||
|
||||
# RC.XML `<lab>`
|
||||
|
||||
|
|
@ -129,6 +138,15 @@ of tags specific to each action as defined below.
|
|||
|
||||
# THEMERC
|
||||
|
||||
The theme engine aims to be compatible with openbox and themes will be
|
||||
searched for in the following order:
|
||||
|
||||
- `${XDG_DATA_HOME:-$HOME/.local/share}/themes/<theme-name>/openbox-3/`
|
||||
- `$HOME/.themes/<theme-name>/openbox-3/`
|
||||
- `/usr/share/themes/<theme-name>/openbox-3/`
|
||||
- `/usr/local/share/themes/<theme-name>/openbox-3/`
|
||||
- `/opt/share/themes/<theme-name>/openbox-3/`
|
||||
|
||||
`window.active.title.bg.color`
|
||||
|
||||
: Background for the focussed window's titlebar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue