From 9799f5c3eff3f97a3da220705cab5a7bf5ae61a7 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Sun, 14 Dec 2025 13:00:37 -0800 Subject: suckless normalize to .local/bin, volume+term+browse norm form --- dwm/dwm-6.6/config.def.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dwm/dwm-6.6/config.def.h') diff --git a/dwm/dwm-6.6/config.def.h b/dwm/dwm-6.6/config.def.h index 964e6d6..7989be8 100644 --- a/dwm/dwm-6.6/config.def.h +++ b/dwm/dwm-6.6/config.def.h @@ -60,14 +60,14 @@ 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[] = { "alacritty", NULL }; -static const char *browsercmd[] = { "qutebrowser", NULL }; +static const char *termcmd[] = { "tmuterm", NULL }; +static const char *browsercmd[] = { "tmubrowse", NULL }; static const char *bupcmd[] = { "brightnessup", NULL }; static const char *bdowncmd[] = { "brightnessdown", NULL }; static const char *bmaxcmd[] = { "brightnessmax", NULL }; -static const char *upvol[] = { "/usr/bin/amixer", "set", "Master", "5%+", NULL }; -static const char *downvol[] = { "/usr/bin/amixer", "set", "Master", "5%-", NULL }; -static const char *mutevol[] = { "/usr/bin/amixer", "set", "Master", "toggle", NULL }; +static const char *upvol[] = { "volumeup", NULL }; +static const char *downvol[] = { "volumedown", NULL }; +static const char *mutevol[] = { "volumemute", NULL }; #include "movestack.c" static const Key keys[] = { -- cgit v1.2.3