Загрузить файлы в «/»
This commit is contained in:
commit
395d35450d
5 changed files with 517 additions and 0 deletions
12
.Xresources
Normal file
12
.Xresources
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
! 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue