diff options
Diffstat (limited to 'dwm/dwm-6.6/config.def.h')
| -rw-r--r-- | dwm/dwm-6.6/config.def.h | 10 |
1 files changed, 5 insertions, 5 deletions
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[] = { |
