aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJozanLeClerc <50464604+JozanLeClerc@users.noreply.github.com>2019-11-08 13:51:32 +0100
committerGitHub <noreply@github.com>2019-11-08 13:51:32 +0100
commitbd68caed781dfc721eb3ce01be596e499755beb8 (patch)
tree79469c13dfd36250e35362e6020bf1b66cd58c3e /README.md
parentUpdate README.md (diff)
downloaddwm-bd68caed781dfc721eb3ce01be596e499755beb8.tar.gz
dwm-bd68caed781dfc721eb3ce01be596e499755beb8.tar.bz2
dwm-bd68caed781dfc721eb3ce01be596e499755beb8.tar.xz
dwm-bd68caed781dfc721eb3ce01be596e499755beb8.tar.zst
dwm-bd68caed781dfc721eb3ce01be596e499755beb8.zip
Update README.md
Diffstat (limited to '')
-rw-r--r--README.md19
1 files changed, 14 insertions, 5 deletions
diff --git a/README.md b/README.md
index 448fd26..ee06e45 100644
--- a/README.md
+++ b/README.md
@@ -61,16 +61,25 @@ Some of the main key bindings:
## Optional config
You might want to change my st invocation to your terminal emulator of choice.
-To do exactly this change:
+To do exactly this change:
```c
static const char *termcmd[] = { "st", NULL };
-```
-to:
+```
+to:
```c
static const char *termcmd[] = { "your-beloved-terminal-emulator", NULL };
-```
+```
+in `config.h` on **line 80**.
-In `config.h` on **line 80**.
+For web browsers change:
+```c
+static const char *qbcmd[] = { "qutebrowser", NULL };
+```
+to:
+```c
+static const char *qbcmd[] = { "your-favorite-web-browser", NULL };
+```
+in `config.h` on **line 81**.
## Patches