@@ -35,22 +35,12 @@ Alt-F3 to launch applications.
35
35
36
36
# Configuration
37
37
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
39
39
create your own ones by copying them to ` ${XDG_CONFIG_HOME:-$HOME/.config/labwc/} `
40
40
(usually ` ~/.config/labwc/ ` ), with the following five files being used:
41
41
[ rc.xml] , [ menu.xml] , [ autostart] , [ environment] and [ themerc-override] .
42
42
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:
54
44
55
45
``` bash
56
46
mkdir -p ~ /.config/labwc
@@ -60,13 +50,22 @@ wget https://raw.githubusercontent.com/labwc/labwc/master/docs/menu.xml -O ~/.co
60
50
wget https://raw.githubusercontent.com/labwc/labwc/master/docs/rc.xml -O ~ /.config/labwc/rc.xml
61
51
```
62
52
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
+
63
62
> ** _ NOTE:_ ** Before using these configuration files, please read them through
64
63
> and modify the content to suit your specific needs.
65
64
66
65
For more information about each configuration file and to help create a setup
67
66
that work for you, please read through the sections below.
68
67
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] .
70
69
71
70
[ rc.xml ] : https://github.com/labwc/labwc/blob/master/docs/rc.xml
72
71
[ 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].
81
80
[ labwc-theme(5) ] : https://labwc.github.io/labwc-theme.5.html
82
81
[ labwc-actions(5) ] : https://labwc.github.io/labwc-actions.5.html
83
82
[ 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
85
84
86
85
## Step 1 - Set your keyboard layout
87
86
0 commit comments