summaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-02-23 22:42:56 +0100
committerDave Davenport <qball@blame.services>2022-02-23 22:42:56 +0100
commit4e06bff706d834303b0061bb5a55f47a1e744a3c (patch)
tree33ccde30601c196d4e9883f4da98a75579f4dab0 /CONFIG.md
parent5757bbc7d1b99b4dbbc696e9c91859d0ea586130 (diff)
Change modi -> modes
issues: #1599
Diffstat (limited to 'CONFIG.md')
-rw-r--r--CONFIG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONFIG.md b/CONFIG.md
index ba4876b5..8732b12c 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -48,7 +48,7 @@ If a value is the default value, the entry will be commented.
For example:
```css
configuration {
-/* modi: "window,run,ssh,drun";*/
+/* modes: "window,run,ssh,drun";*/
/* font: "mono 12";*/
/* location: 0;*/
/* yoffset: 0;*/
@@ -163,12 +163,12 @@ A list starts with a '[' and ends with a ']'. The entries in the list are comma-
The entry in the list single ASCII words.
```css
- combi-modi: [window,drun];
+ combi-modes: [window,drun];
```
For older versions you have :
```css
- combi-modi: "window,drun";
+ combi-modes: "window,drun";
```
# Get a list of all possible options