diff options
author | JozanLeClerc <50464604+JozanLeClerc@users.noreply.github.com> | 2019-11-08 13:53:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-08 13:53:50 +0100 |
commit | 48fafbcd3c3b09bf2ec86da50e2e6f3d467ce529 (patch) | |
tree | e90e3c9bac641a76761dcde714711a2c84dcf0fe /README.md | |
parent | Update README.md (diff) | |
download | dwm-48fafbcd3c3b09bf2ec86da50e2e6f3d467ce529.tar.gz dwm-48fafbcd3c3b09bf2ec86da50e2e6f3d467ce529.tar.bz2 dwm-48fafbcd3c3b09bf2ec86da50e2e6f3d467ce529.tar.xz dwm-48fafbcd3c3b09bf2ec86da50e2e6f3d467ce529.tar.zst dwm-48fafbcd3c3b09bf2ec86da50e2e6f3d467ce529.zip |
Update README.md
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 }; |