summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-17 11:25:14 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-08-17 11:25:14 +0400
commitd511262546ba53115ac8889cc73d464c778dda06 (patch)
tree8495337e5aac0b767ff3734064040b69945d93fd /config.h
parent7ee3e521dc4318f15870ee271ccb82facac95579 (diff)
fullgaps patched and keybinds added
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index 67fe08c..b7fefe6 100644
--- a/config.h
+++ b/config.h
@@ -101,6 +101,9 @@ static const Key keys[] = {
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
+ { MODKEY, XK_minus, setgaps, {.i = -1 } },
+ { MODKEY, XK_equal, setgaps, {.i = +1 } },
+
{ 0 , XF86XK_MonBrightnessUp , spawn , {.v = light_up}},
{ 0 , XF86XK_MonBrightnessDown, spawn , {.v = light_down}},
{ 0 , XF86XK_AudioLowerVolume, spawn , {.v = vol_down}},