aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <[email protected]>2020-04-09 16:55:14 -0400
committerLuke Smith <[email protected]>2020-04-09 16:55:14 -0400
commita1cff81ceab9dc32301674ead2e58db4cdc4b946 (patch)
treef668d29120888cdb6ea5922036576883a3b7dffa
parentonly show active tags (diff)
parentMerge pull request #27 from NikkiSatmaka/NikkiSatmaka (diff)
downloadseiwm-a1cff81ceab9dc32301674ead2e58db4cdc4b946.tar.xz
seiwm-a1cff81ceab9dc32301674ead2e58db4cdc4b946.zip
Merge branch 'master' of github.com:LukeSmithxyz/dwm
-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 } }, */