diff options
author | Jon Glueckstein <jglueckstein@gmail.com> | 2021-03-08 08:57:59 -0500 |
---|---|---|
committer | Jon Glueckstein <jglueckstein@gmail.com> | 2021-03-08 08:57:59 -0500 |
commit | 6b396d0d8428092363f73d867a122150e0f72ce8 (patch) | |
tree | bf3c77d1ff9489edd7be83c81c483c3a6802664e /config.h | |
parent | ba7a75abf5d69e8eb4477e71067186e8b86539db (diff) |
Added function to toggle smartgaps and bound it to Super+Shift+apostrophe.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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} }, |