Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down