aboutsummaryrefslogtreecommitdiff
path: root/x/Xresources
diff options
context:
space:
mode:
Diffstat (limited to 'x/Xresources')
-rw-r--r--x/Xresources7
1 files changed, 7 insertions, 0 deletions
diff --git a/x/Xresources b/x/Xresources
index 798cc9d2..1c6ab1aa 100644
--- a/x/Xresources
+++ b/x/Xresources
@@ -57,3 +57,10 @@ XTerm.vt100.color15: rgb:ee/ee/ec
XTerm.vt100.translations: #override \n\
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
+
+/**
+ * Trim trailing spaces from selections; if I'm copying text from a terminal
+ * emulator window, I probably don't want it byte-perfect for hashing purposes
+ * or anything like that.
+ */
+XTerm.vt100.trimSelection: true