docs: add example shutdown file

Closes #1809
This commit is contained in:
Narrat 2024-06-01 23:24:27 +02:00 committed by Consolatis
parent 4073a6b923
commit bbe60088e5
4 changed files with 9 additions and 2 deletions

View file

@ -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.

View file

@ -30,6 +30,7 @@ install_data(
'environment',
'menu.xml',
'README',
'shutdown',
'themerc',
'rc.xml',
'rc.xml.all'

4
docs/shutdown Normal file
View 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).