X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=5e7caaf37679faf09c9b56ea87391e9a4d4c170c;hb=d3e0f3444b91418e3d3cda591c5d8c50caa22957;hp=8a8236c7c79d911636b52ada17eb61ca609d9c30;hpb=b746816b78447b9e4a3af7333a4e992eb8d32254;p=st.git 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} }, };