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
commit70d13d203b7c6697f250b2752f332ebe04f50b50 (patch)
tree3ecb9852c2c8736fc765a74a8c0c36e1d90bf947 /home
parentOnly update clock script every minute (diff)
downloadsrc-70d13d203b7c6697f250b2752f332ebe04f50b50.tar.gz
src-70d13d203b7c6697f250b2752f332ebe04f50b50.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