summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-09 16:55:14 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-09 16:55:14 -0400
commita1cff81ceab9dc32301674ead2e58db4cdc4b946 (patch)
treef668d29120888cdb6ea5922036576883a3b7dffa /config.h
parent2f392464b1520fa691916891073cd16699496128 (diff)
parentf924768acdf3fea4bfc9442570421be58f2de7db (diff)
Merge branch 'master' of github.com:LukeSmithxyz/dwm
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index 89545c9..f6756ba 100644
--- a/config.h
+++ b/config.h
@@ -243,7 +243,9 @@ static Key keys[] = {
{ 0, XF86XK_TouchpadToggle, spawn, SHCMD("(synclient | grep 'TouchpadOff.*1' && synclient TouchpadOff=0) || synclient TouchpadOff=1") },
{ 0, XF86XK_TouchpadOff, spawn, SHCMD("synclient TouchpadOff=1") },
{ 0, XF86XK_TouchpadOn, spawn, SHCMD("synclient TouchpadOff=0") },
-
+ { 0, XF86XK_MonBrightnessUp, spawn, SHCMD("xbacklight -inc 15") },
+ { 0, XF86XK_MonBrightnessDown, spawn, SHCMD("xbacklight -dec 15") },
+
/* { MODKEY, XK_space, setlayout, {0} }, */
/* { MODKEY, XK_comma, focusmon, {.i = -1 } }, */