| tconfig.h: use x-terminal-emulator command as terminal - dwm - [fork] customize… | |
| git clone git://src.adamsgaard.dk/dwm | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 30537d2c888e7005b5a9762d14be54bee4a2ec26 | |
| parent fb3878d215c3c9f71a965f78aa7832eadb906fe5 | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Wed, 27 Jan 2021 08:41:55 +0100 | |
| config.h: use x-terminal-emulator command as terminal | |
| Diffstat: | |
| M config.h | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/config.h b/config.h | |
| t@@ -75,7 +75,7 @@ static const Layout layouts[] = { | |
| static char dmenumon[2] = "0"; | |
| #define HOME "/home/ad" | |
| -#define TERMINAL "st" | |
| +#define TERMINAL "x-terminal-emulator" | |
| #define ALTTERMINAL "st-light" | |
| #define EDITOR "vi" | |
| #define BROWSER "surf-open.sh" |