mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
parent
4073a6b923
commit
bbe60088e5
4 changed files with 9 additions and 2 deletions
|
|
@ -107,7 +107,7 @@ See [scope] for full details on implemented features.
|
|||
|
||||
High-level summary of items that Labwc supports:
|
||||
|
||||
- [x] Config files (rc.xml, autostart, environment, menu.xml)
|
||||
- [x] Config files (rc.xml, autostart, shutdown, environment, menu.xml)
|
||||
- [x] Theme files and xbm/png/svg icons
|
||||
- [x] Basic desktop and client menus
|
||||
- [x] HiDPI
|
||||
|
|
@ -182,7 +182,7 @@ prevent installing the wlroots headers:
|
|||
## 3. Configuration
|
||||
|
||||
User config files are located at `${XDG_CONFIG_HOME:-$HOME/.config/labwc/}`
|
||||
with the following five files being used: [rc.xml], [menu.xml], [autostart],
|
||||
with the following five files being used: [rc.xml], [menu.xml], [autostart], [shutdown],
|
||||
[environment] and [themerc-override].
|
||||
|
||||
Run `labwc --reconfigure` to reload configuration and theme.
|
||||
|
|
@ -277,6 +277,7 @@ See [integration] for further details.
|
|||
[rc.xml]: docs/rc.xml.all
|
||||
[menu.xml]: docs/menu.xml
|
||||
[autostart]: docs/autostart
|
||||
[shutdown]: docs/shutdown
|
||||
[environment]: docs/environment
|
||||
[themerc-override]: docs/themerc
|
||||
[themerc]: docs/themerc
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ Config layout for ~/.config/labwc/
|
|||
- environment
|
||||
- menu.xml
|
||||
- rc.xml
|
||||
- shutdown
|
||||
- themerc-override
|
||||
|
||||
See `man labwc-config and `man labwc-theme` for further details.
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ install_data(
|
|||
'environment',
|
||||
'menu.xml',
|
||||
'README',
|
||||
'shutdown',
|
||||
'themerc',
|
||||
'rc.xml',
|
||||
'rc.xml.all'
|
||||
|
|
|
|||
4
docs/shutdown
Normal file
4
docs/shutdown
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Example shutdown file
|
||||
|
||||
# This file is executed as a shell script when labwc is preparing to terminate itself.
|
||||
# For further details see labwc-config(5).
|
||||
Loading…
Add table
Add a link
Reference in a new issue