summaryrefslogtreecommitdiff
path: root/dwm/dwm-6.6/config.def.h
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2025-12-12 09:43:19 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2025-12-12 09:43:19 -0800
commit86feb4db8e92826c4e127f3beb0dd33f53244a85 (patch)
tree062e3467282e83c4167790c35daa9975136eb90e /dwm/dwm-6.6/config.def.h
parent151c8a4565d7b24871e75d9b58cf074adf11dd74 (diff)
qutebrowser+alacritty in dwm
Diffstat (limited to 'dwm/dwm-6.6/config.def.h')
-rw-r--r--dwm/dwm-6.6/config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm/dwm-6.6/config.def.h b/dwm/dwm-6.6/config.def.h
index d73ed6b..964e6d6 100644
--- a/dwm/dwm-6.6/config.def.h
+++ b/dwm/dwm-6.6/config.def.h
@@ -60,8 +60,8 @@ static const Layout layouts[] = {
/* commands */
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_purple, "-sf", col_gray4, NULL };
-static const char *termcmd[] = { "st", NULL };
-static const char *browsercmd[] = { "glide", NULL };
+static const char *termcmd[] = { "alacritty", NULL };
+static const char *browsercmd[] = { "qutebrowser", NULL };
static const char *bupcmd[] = { "brightnessup", NULL };
static const char *bdowncmd[] = { "brightnessdown", NULL };
static const char *bmaxcmd[] = { "brightnessmax", NULL };