diff options
| author | Luke Smith <[email protected]> | 2022-01-21 09:13:49 -0500 |
|---|---|---|
| committer | Luke Smith <[email protected]> | 2022-01-21 09:13:49 -0500 |
| commit | 0fc18ac866794a37d803849e44da9fceba86e511 (patch) | |
| tree | e01315dc90f456aafa6d2e4d88883b3f7e658c70 /config.h | |
| parent | Merge pull request #181 from ethanv2/sticky-patch-1 (diff) | |
| parent | Unset fullscreen on current window when new window is opened (diff) | |
| download | seiwm-0fc18ac866794a37d803849e44da9fceba86e511.tar.xz seiwm-0fc18ac866794a37d803849e44da9fceba86e511.zip | |
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} }, |