aboutsummaryrefslogtreecommitdiff
path: root/dwmo/config.def.h
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-04-11 09:44:23 -0400
committerBradley Taunt <bt@btxx.org>2024-04-11 09:44:23 -0400
commitf32630669eec1c0fa71b9b88d1b059cb63d1524f (patch)
treeea2f57c63cad64b07eeddd1d6af36a6add2312f0 /dwmo/config.def.h
parentd828db8c70514d4fc9f7dc46770c6dbd7c84ce0d (diff)
Minor updates to dependencies and screenshot
Diffstat (limited to 'dwmo/config.def.h')
-rwxr-xr-xdwmo/config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwmo/config.def.h b/dwmo/config.def.h
index edb45bf..a87f49a 100755
--- a/dwmo/config.def.h
+++ b/dwmo/config.def.h
@@ -67,7 +67,7 @@ static const Layout layouts[] = {
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
static const char *termcmd[] = { "st", NULL };
-static const char *webcmd[] = { "qutebrowser", NULL };
+static const char *webcmd[] = { "firefox", NULL };
static const char *lockcmd[] = { "slock", NULL };
static const char *brupcmd[] = { "doas", "light", "-A", "10", NULL };
static const char *brdowncmd[] = { "doas", "light", "-U", "10", NULL };