From bd68caed781dfc721eb3ce01be596e499755beb8 Mon Sep 17 00:00:00 2001 From: JozanLeClerc <50464604+JozanLeClerc@users.noreply.github.com> Date: Fri, 8 Nov 2019 13:51:32 +0100 Subject: Update README.md --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3