From 9370e7f3562077488ee370108ccb1f5e07302d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?NaiJi=20=E2=9C=A8?= Date: Thu, 20 Oct 2022 04:40:34 +0000 Subject: [PATCH] Update 'i3wm/.Xresources' Add copy-paste hotkeys to Xresources --- i3wm/.Xresources | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/i3wm/.Xresources b/i3wm/.Xresources index 0a965b4..b2a38e1 100644 --- a/i3wm/.Xresources +++ b/i3wm/.Xresources @@ -48,3 +48,9 @@ Xcursor.theme: xcursor-breeze Xcursor.size: 0 + +xterm*VT100.Translations: #override \ + Shift Insert: insert-selection(CLIPBOARD) \n\ + Ctrl Shift V: insert-selection(CLIPBOARD) \n\ + Ctrl Shift C: copy-selection(CLIPBOARD) \n\ + Ctrl : exec-formatted("xdg-open '%t'", PRIMARY)