aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5bed882..d26e514 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ Some of the main key bindings:
## Optional config
-You might want to change my st invocation to your terminal emulator of choice.
+You might want to change my `st` invocation to your terminal emulator of choice.
To do exactly this change:
```c
static const char *termcmd[] = { "st", NULL };
@@ -71,6 +71,7 @@ static const char *termcmd[] = { "your-beloved-terminal-emulator", NULL };
```
in `config.h` on **line 80**.
+
For web browsers change:
```c
static const char *qbcmd[] = { "qutebrowser", NULL };