summaryrefslogtreecommitdiff
path: root/dwm/dwm-6.6
diff options
context:
space:
mode:
Diffstat (limited to 'dwm/dwm-6.6')
-rw-r--r--dwm/dwm-6.6/config.def.h10
-rw-r--r--dwm/dwm-6.6/config.mk2
2 files changed, 6 insertions, 6 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[] = {
diff --git a/dwm/dwm-6.6/config.mk b/dwm/dwm-6.6/config.mk
index b469a2b..e3a2826 100644
--- a/dwm/dwm-6.6/config.mk
+++ b/dwm/dwm-6.6/config.mk
@@ -4,7 +4,7 @@ VERSION = 6.6
# Customize below to fit your system
# paths
-PREFIX = /usr/local
+PREFIX = ${HOME}/.local
MANPREFIX = ${PREFIX}/share/man
X11INC = /usr/X11R6/include