Update 'i3wm/.Xresources'
Add copy-paste hotkeys to Xresources
This commit is contained in:
parent
936963b03d
commit
9370e7f356
|
@ -48,3 +48,9 @@
|
||||||
|
|
||||||
Xcursor.theme: xcursor-breeze
|
Xcursor.theme: xcursor-breeze
|
||||||
Xcursor.size: 0
|
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)
|
||||||
|
|
Loading…
Reference in New Issue