X-Git-Url: https://git.danieliu.xyz/?p=st.git;a=blobdiff_plain;f=config.def.h;h=dc9e96799a9478dadb5de3ee04c74161a098b0ec;hp=16d37250eb07bcf6b36f879aa55f22acf2bf6d5e;hb=HEAD;hpb=2c55edb305e15194a11796a865015e84bfefecfe diff --git a/config.def.h b/config.def.h index 16d3725..dc9e967 100644 --- a/config.def.h +++ b/config.def.h @@ -250,7 +250,7 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_C, clipcopy, {.i = 0} }, { TERMMOD, XK_V, clippaste, {.i = 0} }, { TERMMOD, XK_Y, selpaste, {.i = 0} }, - { ControlMask, XK_n, normalMode, {.i = 0} }, + { Mod1Mask, XK_c, normalMode, {.i = 0} }, { Mod1Mask, XK_Return, newterm, {.i = 0} }, // this would ideally be in dwm or sxhkd { ControlMask, XK_space, plumber, {.i = 0} }, };