From 48fafbcd3c3b09bf2ec86da50e2e6f3d467ce529 Mon Sep 17 00:00:00 2001 From: JozanLeClerc <50464604+JozanLeClerc@users.noreply.github.com> Date: Fri, 8 Nov 2019 13:53:50 +0100 Subject: Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }; -- cgit v1.2.3