summaryrefslogtreecommitdiff
path: root/st-0.8.4
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-06-27 19:55:35 -0500
committerstkhan <personal@slickd.xyz>2021-06-27 19:55:35 -0500
commitf1ec7aaddc534121f78704c2de0ae4257ed3e245 (patch)
tree5ada613dd9683b356cb90dc293fcdc875dcf546d /st-0.8.4
parent80404f5807b3a8bae872468fa02e2742be4e5833 (diff)
sarc 1.0.2
Former-commit-id: 78865344c1952e71396b6db17a3269a4095a4caa
Diffstat (limited to 'st-0.8.4')
-rw-r--r--st-0.8.4/config.h6
-rwxr-xr-xst-0.8.4/stbin106456 -> 106456 bytes
-rw-r--r--st-0.8.4/x.obin75712 -> 75712 bytes
3 files changed, 3 insertions, 3 deletions
diff --git a/st-0.8.4/config.h b/st-0.8.4/config.h
index 2d6c755..c3012af 100644
--- a/st-0.8.4/config.h
+++ b/st-0.8.4/config.h
@@ -163,7 +163,7 @@ static MouseShortcut mshortcuts[] = {
};
/* Internal keyboard shortcuts. */
-#define MODKEY Mod4Mask
+#define MODKEY Mod1Mask
#define TERMMOD (ControlMask|ShiftMask)
static Shortcut shortcuts[] = {
@@ -175,8 +175,8 @@ static Shortcut shortcuts[] = {
{ TERMMOD, XK_Prior, zoom, {.f = +1} },
{ TERMMOD, XK_Next, zoom, {.f = -1} },
{ TERMMOD, XK_Home, zoomreset, {.f = 0} },
- { ShiftMask, XK_C, clipcopy, {.i = 0} },
- { ShiftMask, 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} },
diff --git a/st-0.8.4/st b/st-0.8.4/st
index 890bcb0..9a5f32b 100755
--- a/st-0.8.4/st
+++ b/st-0.8.4/st
Binary files differ
diff --git a/st-0.8.4/x.o b/st-0.8.4/x.o
index b0009d9..5eb1e8b 100644
--- a/st-0.8.4/x.o
+++ b/st-0.8.4/x.o
Binary files differ