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)