This commit is contained in:
speedie 2023-07-20 04:28:22 +02:00
parent 58a7c9ba1d
commit 9b22830b7c

View file

@ -44,7 +44,7 @@ a semicolon.
The shell of a spmenu configuration file would look something like this:
```spmenu config
```C
spmenu = {
};
@ -59,7 +59,7 @@ contains settings that spmenu will load.
Below is a simple example changing the default protocol from Wayland
to X11.
```spmenu config
```C
spmenu = {
option = ( {
option1 = 0;
@ -77,7 +77,7 @@ Just like C, comments can be in `//` form or `/* */` form.
In practice, keybinds may be set like this:
```spmenu config
```C
spmenu = {
keys = (
{
@ -93,7 +93,7 @@ spmenu = {
Or a mouse bind:
```spmenu config
```C
spmenu = {
mouse = (
{