summaryrefslogtreecommitdiff
path: root/st-0.8.5/config.h
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-05-22 10:30:20 +0000
committerstkhan <personal@slickd.xyz>2022-05-22 10:30:20 +0000
commitbac5029e9cca6460451fb06d1b8dd756cae0c3f9 (patch)
treedd775a0ed1cf5dcecb561fb6526b632b26b0e037 /st-0.8.5/config.h
parent86ddffe08d938c555013f7d9bc0a926f5a0e7421 (diff)
Removed old st, updated new one
Diffstat (limited to 'st-0.8.5/config.h')
-rw-r--r--st-0.8.5/config.h6
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} },