Update 'i3wm/.Xresources'

Add copy-paste hotkeys to Xresources
This commit is contained in:
NaiJi ✨ 2022-10-20 04:40:34 +00:00
parent 936963b03d
commit 9370e7f356
1 changed files with 6 additions and 0 deletions

View File

@ -48,3 +48,9 @@
Xcursor.theme: xcursor-breeze
Xcursor.size: 0
xterm*VT100.Translations: #override \
Shift <KeyPress> Insert: insert-selection(CLIPBOARD) \n\
Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
Ctrl <Btn1Up>: exec-formatted("xdg-open '%t'", PRIMARY)