summaryrefslogtreecommitdiff
path: root/dwm
diff options
context:
space:
mode:
Diffstat (limited to 'dwm')
-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 };