From 9ee3e28ee2c20714853afd202e1cfff1a8506e57 Mon Sep 17 00:00:00 2001 From: JozanLeClerc <50464604+JozanLeClerc@users.noreply.github.com> Date: Fri, 8 Nov 2019 13:31:10 +0100 Subject: Added directions on how to set a custom term --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6194777..b64a153 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Some of the main key bindings: - **switch** to workspace 1-10 with `super+{F1-F10}` - **show all workspaces** at once with `super+F12` - **move** selected stack to workspace 1-10 with `super+shift+{F1-F10}` -- **fire up** `st` terminal with `super+return` +- **fire up** `st` terminal with `super+return`. See how to set it to another terminal emulator in [optional config] - **kill** selected stack with `super+q` - **cycle through** stacks down/up with `super+j/k` - **move** selected stack down/up with `super+shift+j/k` @@ -57,6 +57,20 @@ Some of the main key bindings: - toggle **top bar** with `super+escape`. Hidden by default - **exit** dwm with `super+shift+e` +## Optional config + +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 }; +``` +to: +```c +static const char *termcmd[] = { "your-beloved-terminal-emulator", NULL }; +``` + +In `config.h` on **line 80**. + ## Patches -My own autostart script can be found under my [dotfiles](https://github.com/JozanLeClerc/dotfiles.git) repository. It should be placed in `~/.dwm/` directory. +My own autostart script can be found under my [dotfiles](https://github.com/JozanLeClerc/dotfiles) repository. It should be placed in `~/.dwm/` directory. -- cgit v1.2.3