summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-10-04 16:53:12 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-10-04 16:53:12 -0400
commit523d83e6abaeb50ac6e7315e6436a2ebfb188e52 (patch)
tree76d9cbbdce74637ab0a9214ff32623555a14b172
parent53b4c270aac027606787b02bf79d7c62ce472485 (diff)
copy/paste fixes
-rw-r--r--README.md2
-rw-r--r--config.h6
-rw-r--r--st.112
3 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index d832dcb..5e9ee6c 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ The [suckless terminal (st)](https://st.suckless.org/) with some additional feat
+ Adjustable transparency/alpha
+ Compatibility with `Xresources` and `pywal` for dynamic colors
-+ Copy to clipboard (alt-shift-c)
++ Copy is alt-c, paste is alt-v or alt-p pastes from primary selection
+ Default font is system "mono" at 14pt, meaning the font will match your system font.
+ Hold alt and press either ↑/↓ or the vim keys k/j to move up/down in the terminal.
+ Shift+Mouse wheel will as well.
diff --git a/config.h b/config.h
index 21a4962..398125d 100644
--- a/config.h
+++ b/config.h
@@ -212,9 +212,9 @@ static Shortcut shortcuts[] = {
{ MODKEY|ShiftMask, XK_Next, zoom, {.f = -1} },
{ MODKEY|ShiftMask, XK_Home, zoomreset, {.f = 0} },
{ ShiftMask, XK_Insert, clippaste, {.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_c, clipcopy, {.i = 0} },
+ { MODKEY, XK_v, clippaste, {.i = 0} },
+ { MODKEY, XK_p, selpaste, {.i = 0} },
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
{ MODKEY, XK_Control_L, iso14755, {.i = 0} },
{ ShiftMask, XK_Page_Up, kscrollup, {.i = -1} },
diff --git a/st.1 b/st.1
index 5c5f351..6403a35 100644
--- a/st.1
+++ b/st.1
@@ -160,14 +160,14 @@ Decrease font size.
.B Ctrl-Shift-Home
Reset to default font size.
.TP
-.B Shift-Insert or Ctrl-Shift-y
-Paste from primary selection (middle mouse button).
+.B Shift-Insert or Alt-v
+Paste from clipboard.
.TP
-.B Ctrl-Shift-c
-Copy the selected text to the clipboard selection.
+.B Alt-c
+Copy to clipboard.
.TP
-.B Ctrl-Shift-v
-Paste from the clipboard selection.
+.B Alt-p
+Paste/input primary selection.
.TP
.B Ctrl-Shift-i
Launch dmenu to enter a unicode codepoint and send the corresponding glyph