tconfig.h: change browser to ungoogled-chromium - 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 4b1db939b79df532625288fa2b6289f2b488e384
(DIR) parent 773a48c39d58cf6bad1ac72073d96616dce1ebef
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 6 Mar 2024 15:07:31 +0100
config.h: change browser to ungoogled-chromium
Diffstat:
M config.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/config.h b/config.h
t@@ -37,6 +37,7 @@ static const Rule rules[] = {
{ "Tor Browser", NULL, NULL, 0, 5, 1, -1 },
{ "tabbed", NULL, NULL, 1<<1, 0, 0, -1 },
{ "Firefox", NULL, NULL, 1<<1, 0, 0, -1 },
+ { "Chromium-browser", NULL, NULL, 1<<1, 0, 0, -1 },
{ "Evolution", NULL, NULL, 1<<7, 0, 0, -1 },
{ NULL, NULL, "video", ~0, 9, 1, -1 },
{ NULL, "topleft", NULL, 0, 1, 1, -1 },
t@@ -76,7 +77,7 @@ static char dmenumon[2] = "0";
#define HOME "/home/ad"
#define TERMINAL HOME "/bin/x-terminal-emulator"
-#define BROWSER "firefox"
+#define BROWSER "ungoogled-chromium"
#define MPD_REMOTE "mini"
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }