From bac5029e9cca6460451fb06d1b8dd756cae0c3f9 Mon Sep 17 00:00:00 2001 From: stkhan Date: Sun, 22 May 2022 10:30:20 +0000 Subject: Removed old st, updated new one --- st-0.8.5/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'st-0.8.5') diff --git a/st-0.8.5/config.h b/st-0.8.5/config.h index 7fa12a5..7fb0381 100644 --- a/st-0.8.5/config.h +++ b/st-0.8.5/config.h @@ -110,7 +110,7 @@ static unsigned int defaultrcs = 257; * 6: Bar ("|") * 7: Snowman ("☃") */ -static unsigned int cursorshape = 6; +static unsigned int cursorshape = 5; /* * Default columns and rows numbers @@ -165,8 +165,8 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_Prior, zoom, {.f = +1} }, { TERMMOD, XK_Next, zoom, {.f = -1} }, { TERMMOD, XK_Home, zoomreset, {.f = 0} }, - { TERMMOD, XK_C, clipcopy, {.i = 0} }, - { TERMMOD, XK_V, clippaste, {.i = 0} }, + { MODKEY, XK_c, clipcopy, {.i = 0} }, + { MODKEY, XK_v, clippaste, {.i = 0} }, { TERMMOD, XK_Y, selpaste, {.i = 0} }, { ShiftMask, XK_Insert, selpaste, {.i = 0} }, { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, -- cgit v1.2.3