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
ass='logsubject'>Clean up style in xxJune McEnroe 2017-05-01Clean up style in pbdJune McEnroe 2017-05-01Use EX_OK in pbcopyJune McEnroe 2017-04-30Clean up clockJune McEnroe 2017-04-30Clean up error strings in briJune McEnroe 2017-03-18Add -u option to xxJune McEnroe 2017-03-15Fix non-string-literal-format-string in briJune McEnroe 2017-03-15Fix bri compilationJune McEnroe cc will remove the file itself just fine. Always exit in case any of the shell commands fail. 2017-03-15Use psvar for title settingJune McEnroe Prevents prompt expansion from happening on the command being run when it is set in the title. 2017-03-14Add bri brightness control scriptJune McEnroe This is probably terrible. 2017-03-14Add comment to tmux terminal overrideJune McEnroe 2017-03-13Have tmux set block cursor on linux consoleJune McEnroe 2017-03-13Use inverse for Visual in colorschemeJune McEnroe