From 7aff4d11576bd7201ba982b83e324482fa38fb9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vitor=20Gon=C3=A7alves?= Date: Tue, 30 Jan 2024 13:52:38 -0300 Subject: [PATCH] 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 --- dwm/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm/config.def.h b/dwm/config.def.h index 3603e85..93b34d5 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -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 } },