commit e5f5af8d95dd9895ffb6e6a929f29a5c980df349
Author: Kai Hendry <hendry_AT_iki.fi>
Date: Tue May 12 09:33:22 2020 +0800
Fix grammar
diff --git a/st.suckless.org/patches/clipboard/index.md b/st.suckless.org/patches/clipboard/index.md
index beeb2268..44cae670 100644
--- a/st.suckless.org/patches/clipboard/index.md
+++ b/st.suckless.org/patches/clipboard/index.md
_AT_@ -4,14 +4,14 @@ one clipboard
The [Freedesktop
standard](
http://standards.freedesktop.org/clipboards-spec/clipboards-latest.txt)
requires you to remember which clipboard you are keeping selections in. If you
-switch between a terminal and browser, you might find this UX jarring.
+switch between a terminal and browser, you may find this UX jarring.
Description
-----------
-This trivial patch makes st set CLIPBOARD on selection, the same as your browser.
+This trivial patch sets CLIPBOARD on selection, the same as your browser.
-You may want to replace selpaste with clippaste in your config.h to complete
-the affect.
+You may want to replace selpaste with clippaste in your config.h bindings to
+complete the affect.
Download
--------
Received on Tue May 12 2020 - 03:33:33 CEST