summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMouad Alami <moadalami40@gmail.com>2023-04-24 22:22:13 +0100
committerMouad Alami <moadalami40@gmail.com>2023-04-24 22:22:13 +0100
commit0dd7ffb40a2689615a4433d8093b829af678de95 (patch)
treece21e984dd9e9d53eba2228efd49f52e1c312b30 /config.h
parentc6085d002979ebb1d932e1af5bcd3499cceb3651 (diff)
sticky patch
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)