/
/
/
1XTerm*background: black
2XTerm*foreground: white
3XTerm*faceName: Fira Nerd Font:size=12
4XTerm*saveLines: 10000
5XTerm*scrollBar: true
6XTerm*scrollTtyOutput: false
7XTerm*scrollKey: true
8XTerm*cutToBeginningOfLine: false
9XTerm*VT100.translations: #override \
10 Shift <KeyPress> Insert: insert-selection(CLIPBOARD) \n\
11 Ctrl Shift <KeyPress> C: copy-selection(CLIPBOARD) \n\
12 Ctrl Shift <KeyPress> V: insert-selection(CLIPBOARD) \n\
13 <Btn4Down>: scroll-back(1, halfpage) \n\
14 <Btn5Down>: scroll-forw(1, halfpage)
15