diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 }; |