summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJon Glueckstein <jglueckstein@gmail.com>2021-03-08 08:57:59 -0500
committerJon Glueckstein <jglueckstein@gmail.com>2021-03-08 08:57:59 -0500
commit6b396d0d8428092363f73d867a122150e0f72ce8 (patch)
treebf3c77d1ff9489edd7be83c81c483c3a6802664e /config.h
parentba7a75abf5d69e8eb4477e71067186e8b86539db (diff)
Added function to toggle smartgaps and bound it to Super+Shift+apostrophe.
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 424aaeb..e8c48a6 100644
--- a/config.h
+++ b/config.h
@@ -201,6 +201,7 @@ static Key keys[] = {
{ MODKEY|ShiftMask, XK_semicolon, shifttag, { .i = 1 } },
{ MODKEY, XK_apostrophe, togglescratch, {.ui = 1} },
/* { MODKEY|ShiftMask, XK_apostrophe, spawn, SHCMD("") }, */
+ { MODKEY|ShiftMask, XK_apostrophe, togglesmartgaps, {0} },
{ MODKEY, XK_Return, spawn, {.v = termcmd } },
{ MODKEY|ShiftMask, XK_Return, togglescratch, {.ui = 0} },