aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <50464604+JozanLeClerc@users.noreply.github.com>2019-11-08 13:53:50 +0100
committerGitHub <noreply@github.com>2019-11-08 13:53:50 +0100
commit48fafbcd3c3b09bf2ec86da50e2e6f3d467ce529 (patch)
treee90e3c9bac641a76761dcde714711a2c84dcf0fe
parentUpdate README.md (diff)
downloaddwm-48fafbcd3c3b09bf2ec86da50e2e6f3d467ce529.tar.gz
dwm-48fafbcd3c3b09bf2ec86da50e2e6f3d467ce529.tar.bz2
dwm-48fafbcd3c3b09bf2ec86da50e2e6f3d467ce529.tar.xz
dwm-48fafbcd3c3b09bf2ec86da50e2e6f3d467ce529.tar.zst
dwm-48fafbcd3c3b09bf2ec86da50e2e6f3d467ce529.zip
Update 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 };