summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-01-21 09:13:49 -0500
committerLuke Smith <luke@lukesmith.xyz>2022-01-21 09:13:49 -0500
commit0fc18ac866794a37d803849e44da9fceba86e511 (patch)
treee01315dc90f456aafa6d2e4d88883b3f7e658c70 /config.h
parent8306102dacd7a1b2830124e9abf28821ca5a35e8 (diff)
parentb8d91c9cb354aab8ebf80283514c4c6c10764d2e (diff)
Merge branch 'frei-0xff-master'
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 16e67ff..f304b82 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} },