Загрузить файлы в «/»

This commit is contained in:
Tina Pavlenko 2025-11-17 16:57:15 +00:00
commit 395d35450d
5 changed files with 517 additions and 0 deletions

12
.Xresources Normal file
View 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)