Introduction
Introduction Statistics Contact Development Disclaimer Help
tconfig.h: change browser to ungoogled-chromium - dwm - [fork] customized build…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 4b1db939b79df532625288fa2b6289f2b488e384
parent 773a48c39d58cf6bad1ac72073d96616dce1ebef
Author: Anders Damsgaard <[email protected]>
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(-)
---
diff --git a/config.h b/config.h
t@@ -37,6 +37,7 @@ static const Rule rules[] = {
{ "Tor Browser", NULL, NULL, 0, 5, 1, -…
{ "tabbed", NULL, NULL, 1<<1, 0, 0, -…
{ "Firefox", NULL, NULL, 1<<1, 0, 0, -…
+ { "Chromium-browser", NULL, NULL, 1<<1, 0, 0, -…
{ "Evolution", NULL, NULL, 1<<7, 0, 0, -…
{ NULL, NULL, "video", ~0, 9, 1, -…
{ NULL, "topleft", NULL, 0, 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 } }
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.