diff options
| author | stkhan <personal@slickd.xyz> | 2022-05-22 10:30:20 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-05-22 10:30:20 +0000 |
| commit | bac5029e9cca6460451fb06d1b8dd756cae0c3f9 (patch) | |
| tree | dd775a0ed1cf5dcecb561fb6526b632b26b0e037 /st-0.8.5 | |
| parent | 86ddffe08d938c555013f7d9bc0a926f5a0e7421 (diff) | |
Removed old st, updated new one
Diffstat (limited to 'st-0.8.5')
| -rw-r--r-- | st-0.8.5/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
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} }, |