From ea57ccd97afb0f36024b6ab1450af35909f6f5c7 Mon Sep 17 00:00:00 2001 From: 01micko <01micko@gmail.com> Date: Thu, 24 Oct 2024 11:08:24 +1000 Subject: [PATCH] getting-started.md: add 'shutdown' to config files description Brings this into line with labwc/README.md --- src/getting-started.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/getting-started.md b/src/getting-started.md index d1d3611..14bc997 100644 --- a/src/getting-started.md +++ b/src/getting-started.md @@ -36,8 +36,9 @@ Alt-F3 to launch applications. # Configuration User config files are located at `${XDG_CONFIG_HOME:-$HOME/.config/labwc/}` -(usually `~/.config/labwc/`) with the following five files being used: -[rc.xml], [menu.xml], [autostart], [environment] and [themerc-override]. +(usually `~/.config/labwc/`) with the following six files being used: +[rc.xml], [menu.xml], [autostart], [environment], [shutdown] and +[themerc-override]. The example [rc.xml] has been kept simple. For all options and default values, see [rc.xml.all] @@ -72,6 +73,7 @@ If you get stuck, do reach out on the [IRC Channel] or [Github Discussions]. [menu.xml]: https://github.com/labwc/labwc/blob/master/docs/menu.xml [autostart]: https://github.com/labwc/labwc/blob/master/docs/autostart [environment]: https://github.com/labwc/labwc/blob/master/docs/environment +[shutdown]: https://github.com/labwc/labwc/blob/master/docs/shutdown [themerc-override]: https://github.com/labwc/labwc/blob/master/docs/themerc [labwc(1)]: https://labwc.github.io/labwc.1.html [labwc-config(5)]: https://labwc.github.io/labwc-config.5.html