summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-12-14 17:25:52 -0500
committerLuke Smith <luke@lukesmith.xyz>2019-12-14 17:25:52 -0500
commitcef8e1eaf3a7a54c0aacbc82290000d0c4ea3889 (patch)
tree27a516c5d30bb45ab6e5f17a986e56c22377fed2 /config.def.h
parent73da539a90df3638c46e0a8eb17dc916c4e8185c (diff)
sticky patch
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 5113fc7..8498976 100644
--- a/config.def.h
+++ b/config.def.h
@@ -89,6 +89,7 @@ static Key keys[] = {
{ MODKEY, XK_o, setlayout, {.v = &layouts[4]} },
{ MODKEY, XK_space, setlayout, {0} },
{ MODKEY|ShiftMask, XK_space, togglefloating, {0} },
+ { MODKEY, XK_s, togglesticky, {0} },
{ MODKEY|ShiftMask, XK_f, togglefullscr, {0} },
{ MODKEY, XK_0, view, {.ui = ~0 } },
{ MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 } },