tGo back to surf-open.sh as BROWSER - 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 528de08261819a90f4776f70e0a2a0796f6a3138
(DIR) parent 81367aaf10a4cfecebe7840d9086a5bd94e3de00
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 24 May 2020 09:49:47 +0200
Go back to surf-open.sh as BROWSER
Diffstat:
M config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/config.h b/config.h
t@@ -76,7 +76,7 @@ static char dmenumon[2] = "0";
#define HOME "/home/ad"
#define TERMINAL "st"
#define EDITOR "vi"
-#define BROWSER "firefox.sh"
+#define BROWSER "surf-open.sh"
/* helper for spawning shell commands in the pre dwm-5.0 fashion */
#define TERMCMD(...) {TERMINAL, "-e", __VA_ARGS__, NULL}