diff options
author | Luke Smith <luke@lukesmith.xyz> | 2022-01-21 09:13:49 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2022-01-21 09:13:49 -0500 |
commit | 0fc18ac866794a37d803849e44da9fceba86e511 (patch) | |
tree | e01315dc90f456aafa6d2e4d88883b3f7e658c70 /config.h | |
parent | 8306102dacd7a1b2830124e9abf28821ca5a35e8 (diff) | |
parent | b8d91c9cb354aab8ebf80283514c4c6c10764d2e (diff) |
Merge branch 'frei-0xff-master'
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} }, |