labwc(1): fix formatting

This commit is contained in:
Johan Malm 2020-10-09 19:56:48 +01:00
parent 6b4b5abf5c
commit a99f4a30c8
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ Suggested apps to use with labwc:
- [x] Support xwayland - [x] Support xwayland
- [x] Parse ~/.config/labwc/{rc.xml,autostart,environment} - [x] Parse ~/.config/labwc/{rc.xml,autostart,environment}
- [x] Parse /usr/share/themes/<name>/openbox-3/themerc and associated xbm icons - [x] Parse /usr/share/themes/`<name>`/openbox-3/themerc and associated xbm icons
- [x] Show maximize, iconify, close buttons - [x] Show maximize, iconify, close buttons
- [x] Catch SIGHUP to re-load config file and theme - [x] Catch SIGHUP to re-load config file and theme
- [x] Support layer-shell protocol (partial) - [x] Support layer-shell protocol (partial)

View file

@ -36,7 +36,7 @@ following files controlling the look and behaviour:
- ~/.config/labwc/rc.xml (see labwc-config(5) for details) - ~/.config/labwc/rc.xml (see labwc-config(5) for details)
- ~/.config/labwc/autostart - ~/.config/labwc/autostart
- ~/.config/labwc/environment - ~/.config/labwc/environment
- ~/.themes/<name>/openbox-3/themerc (see labwc-theme(5) for details) - ~/.themes/`<name>`/openbox-3/themerc (see labwc-theme(5) for details)
Equivalent XDG Base Directory Specification locations are also honoured. Equivalent XDG Base Directory Specification locations are also honoured.