aboutsummaryrefslogtreecommitdiff
path: root/dwmo/config.def.h
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-10-08 16:24:57 -0400
committerBradley Taunt <bt@btxx.org>2024-10-08 16:24:57 -0400
commit808674723955b8315190fb01dd731248fff0ccee (patch)
tree789b134bf40f9935b824ed397de8b80b6ab7905f /dwmo/config.def.h
parent0e5e7b003bafeaf49cf4031319bed5ccecf9e857 (diff)
Update web browser keyboard shortcut to use qutebrowser instead of Firefox
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 a87f49a..edb45bf 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[] = { "firefox", NULL };
+static const char *webcmd[] = { "qutebrowser", 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 };