summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index e5fe012..4e860ab 100644
--- a/config.h
+++ b/config.h
@@ -105,6 +105,7 @@ static const Key keys[] = {
{ MODKEY, XK_period, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
+ {MODKEY, XK_s, togglesticky, {0}},
TAGKEYS(XK_ampersand , 0)
TAGKEYS(XK_eacute , 1)
TAGKEYS(XK_quotedbl , 2)