diff options
author | Luke Smith <luke@lukesmith.xyz> | 2021-12-11 08:46:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-11 08:46:15 -0500 |
commit | 20c5780d14274637bc1e08521fa050c37cedf0df (patch) | |
tree | 1a79cfdcfe5a9829179677bdd735034c0dff6e57 /config.h | |
parent | fd66588c52ac54927d27bc56cef4002e0017d2a1 (diff) | |
parent | 6b396d0d8428092363f73d867a122150e0f72ce8 (diff) |
Merge pull request #157 from jglueckstein/toggle-smartgaps
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} }, |