summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-08 17:24:53 -0500
committerJune McEnroe <june@causal.agency>2021-02-08 17:24:53 -0500
commit223a294ef72133e8c264d089fa04a461bf5c68c4 (patch)
treece639301377faf01641a8d5ab417b91b1f7df485 /home
parentOnly update clock script every minute (diff)
downloadsrc-223a294ef72133e8c264d089fa04a461bf5c68c4.tar.gz
src-223a294ef72133e8c264d089fa04a461bf5c68c4.zip
Add macOS-like copy and paste to xterm
Diffstat (limited to 'home')
-rw-r--r--home/.config/X/resources4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/.config/X/resources b/home/.config/X/resources
index 09ffafa1..5bc1f966 100644
--- a/home/.config/X/resources
+++ b/home/.config/X/resources
@@ -11,6 +11,10 @@ XTerm*metaSendsEscape: true
 XTerm*alternateScroll: true
 XTerm*bellIsUrgent: true
 
+XTerm*VT100*translations: #override \n\
+	Super <Key>C: copy-selection(CLIPBOARD) \n\
+	Super <Key>V: insert-selection(CLIPBOARD)
+
 XTerm*faceName: Luxi Mono:size=12:antialias=true:hinting=false
 XTerm*internalBorder: 6
 XTerm*colorBDMode: true