tconfig.h: use x-terminal-emulator command as terminal - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 30537d2c888e7005b5a9762d14be54bee4a2ec26
(DIR) parent fb3878d215c3c9f71a965f78aa7832eadb906fe5
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
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(-)
---
(DIR) 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"