rebind spterm to Super+T

this is bc i'll add the center patch, and both Super+T and Super+C will be mnemonics then
This commit is contained in:
Vitor Gonçalves 2024-01-30 13:52:38 -03:00
parent 57a63dfdc3
commit 7aff4d1157
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ static const Key keys[] = {
{ MODKEY, XK_period, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
{ MODKEY, XK_c, togglescratch, {.ui = 0 } },
{ MODKEY, XK_t, togglescratch, {.ui = 0 } },
{ MODKEY, XK_e, togglescratch, {.ui = 1 } },
{ MODKEY, XK_g, togglescratch, {.ui = 2 } },
{ MODKEY, XK_n, togglescratch, {.ui = 3 } },