summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorjulian T <julian@jtle.dk>2018-12-03 19:31:29 +0100
committerjulian T <julian@jtle.dk>2018-12-03 19:31:29 +0100
commit0f7c157efaa0c2febf0531bfa6d2b6c29c492c06 (patch)
tree87d9c9d764c76e485cb47c5b33043398012e3222 /config.h
parent3d746d5a3addbeb89c81894e8a1ac22444fd330a (diff)
Changes keyboard input and brightness control
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 49bd8ca..b85e6c4 100644
--- a/config.h
+++ b/config.h
@@ -82,8 +82,8 @@ static const Layout layouts[] = {
static const char *upvol[] = { "/usr/bin/pactl", "set-sink-volume", "0", "+5%", NULL};
static const char *downvol[] = { "/usr/bin/pactl", "set-sink-volume", "0", "-5%", NULL};
static const char *mutevol[] = { "/usr/bin/pactl", "set-sink-mute", "0", "toggle", NULL};
-static const char *brightup[] = { "xbacklight", "-inc", "10", NULL};
-static const char *brightdown[] = { "xbacklight", "-dec", "10", NULL};
+static const char *brightup[] = { "xbacklight", "-inc", "5", NULL};
+static const char *brightdown[] = { "xbacklight", "-dec", "5", NULL};
static const char *exitXsession[] = { "/home/julian/.dwmSession.sh", "-e" };
#define MODKEY Mod1Mask
@@ -99,7 +99,7 @@ static const char *exitXsession[] = { "/home/julian/.dwmSession.sh", "-e" };
/* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL };
-static const char *termcmd[] = { "terminator", NULL };
+static const char *termcmd[] = { "st", NULL };
static Key keys[] = {
/* modifier key function argument */