X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/b746816b78447b9e4a3af7333a4e992eb8d32254..ecac5ee35ef006001b280461ed3f9812d855250c:/config.def.h?ds=sidebyside diff --git a/config.def.h b/config.def.h index 8a8236c..5e7caaf 100644 --- a/config.def.h +++ b/config.def.h @@ -41,6 +41,11 @@ static unsigned int actionfps = 30; */ static unsigned int blinktimeout = 800; +/* + * thickness of underline and bar cursors + */ +static unsigned int cursorthickness = 2; + /* * bell volume. It must be a value between -100 and 100. Use 0 for disabling * it @@ -119,6 +124,8 @@ static Shortcut shortcuts[] = { { MODKEY|ShiftMask, XK_Home, xzoomreset, {.i = 0} }, { ShiftMask, XK_Insert, selpaste, {.i = 0} }, { MODKEY|ShiftMask, XK_Insert, clippaste, {.i = 0} }, + { MODKEY|ShiftMask, XK_C, clipcopy, {.i = 0} }, + { MODKEY|ShiftMask, XK_V, clippaste, {.i = 0} }, { MODKEY, XK_Num_Lock, numlock, {.i = 0} }, };