Skip to content

Commit 63ea014

Browse files
authored
fix: wording of getting-started.md
1 parent 67b9c8d commit 63ea014

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

src/getting-started.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,12 @@ Alt-F3 to launch applications.
3535

3636
# Configuration
3737

38-
The default config files are located at `/usr/share/doc/labwc/`. You can either modify those or
38+
Example config files, which reflect the default configuration of labwc, are located at `/usr/share/doc/labwc/`. You can either modify those or
3939
create your own ones by copying them to `${XDG_CONFIG_HOME:-$HOME/.config/labwc/}`
4040
(usually `~/.config/labwc/`), with the following five files being used:
4141
[rc.xml], [menu.xml], [autostart], [environment] and [themerc-override].
4242

43-
The example [rc.xml] has been kept simple. For all options and default values,
44-
see [rc.xml.all]
45-
46-
For full details on configuration options, see the man pages:
47-
[labwc(1)], [labwc-config(5)], [labwc-theme(5)], [labwc-actions(5)] and
48-
[labwc-menu(5)].
49-
50-
Run `labwc --reconfigure` to reload configuration and theme files.
51-
52-
Your OS/Distribution of choice may include these example configuration files in
53-
`/usr/share/doc/labwc/` or similar. If not, you could download them with:
43+
Your OS/Distribution of choice may include these example configuration files. If not, you could download them with:
5444

5545
```bash
5646
mkdir -p ~/.config/labwc
@@ -60,13 +50,22 @@ wget https://raw.githubusercontent.com/labwc/labwc/master/docs/menu.xml -O ~/.co
6050
wget https://raw.githubusercontent.com/labwc/labwc/master/docs/rc.xml -O ~/.config/labwc/rc.xml
6151
```
6252

53+
The example [rc.xml] has been kept simple. For all options and default values,
54+
see [rc.xml.all]
55+
56+
For full details on configuration options, see the man pages:
57+
[labwc(1)], [labwc-config(5)], [labwc-theme(5)], [labwc-actions(5)] and
58+
[labwc-menu(5)].
59+
60+
Run `labwc --reconfigure` to reload configuration and theme files.
61+
6362
> **_NOTE:_** Before using these configuration files, please read them through
6463
> and modify the content to suit your specific needs.
6564
6665
For more information about each configuration file and to help create a setup
6766
that work for you, please read through the sections below.
6867

69-
If you get stuck, do reach out on the [IRC Channel] or [Github Discussions].
68+
If you get stuck, do reach out on the [IRC Channel] or [GitHub Discussions].
7069

7170
[rc.xml]: https://github.com/labwc/labwc/blob/master/docs/rc.xml
7271
[rc.xml.all]: https://github.com/labwc/labwc/blob/master/docs/rc.xml.all
@@ -81,7 +80,7 @@ If you get stuck, do reach out on the [IRC Channel] or [Github Discussions].
8180
[labwc-theme(5)]: https://labwc.github.io/labwc-theme.5.html
8281
[labwc-actions(5)]: https://labwc.github.io/labwc-actions.5.html
8382
[IRC Channel]: https://web.libera.chat/gamja/?channels=#labwc
84-
[Github Discussions]: https://github.com/labwc/labwc/discussions
83+
[GitHub Discussions]: https://github.com/labwc/labwc/discussions
8584

8685
## Step 1 - Set your keyboard layout
8786

0 commit comments

Comments
 (0)