diff options
author | June McEnroe <june@causal.agency> | 2021-02-08 17:24:53 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-08 17:24:53 -0500 |
commit | 223a294ef72133e8c264d089fa04a461bf5c68c4 (patch) | |
tree | ce639301377faf01641a8d5ab417b91b1f7df485 | |
parent | Only update clock script every minute (diff) | |
download | src-223a294ef72133e8c264d089fa04a461bf5c68c4.tar.gz src-223a294ef72133e8c264d089fa04a461bf5c68c4.zip |
Add macOS-like copy and paste to xterm
Diffstat (limited to '')
-rw-r--r-- | home/.config/X/resources | 4 |
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 |