12 lines
346 B
Text
12 lines
346 B
Text
! xrdb -merge ~/.Xresources
|
|
|
|
XTerm*background: black
|
|
XTerm*foreground: white
|
|
XTerm*faceName: IBM Plex Mono
|
|
XTerm*faceSize: 9
|
|
XTerm*saveLines: 1000
|
|
!XTerm*VT100*deleteIsDEL: true
|
|
|
|
XTerm*VT100*translations: #override \
|
|
Ctrl Shift <KeyPress> C: copy-selection(CLIPBOARD, CUT_BUFFER0) \n\
|
|
Ctrl Shift <KeyPress> V: insert-selection(CLIPBOARD)
|