Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- !after editing .Xdefaults it may be reloaded with:
- !xrdb -load ~/.Xdefaults
- xterm*VT100*geometry: 94x28
- xterm*font: *-fixed-*-*-*-18-*
- xterm*faceName: Ubuntu Mono
- xterm*faceSize: 18
- xterm*renderFont: true
- xterm*background: black
- xterm*foreground: white
- xterm*loginShell: true
- xterm*scrollBar: true
- xterm*rightScrollBar: true
- xterm*title: XTerm
- xterm*iconName: XTerm
- xterm*saveLines: 50000
- xterm*jumpScroll: true
- xterm*scrollTtyOutput: false
- xterm*scrollKey: true
- xterm*alwaysUseMods: true
- xterm*metaSendsEscape: true
- xterm*utf8Title: true
- 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)
- ! Only select text
- xterm*highlightSelection: true
- ! Remove trailing spaces
- xterm*trimSelection: true
- ! Lines of output that you can scroll back over
- xterm*saveLines: 4096
- ! Turn the scrollbar on, and put it on the right
- xterm*scrollBar: true
- xterm*rightScrollBar: true
- ! Do not scroll when there is new input e.g. tail -f /var/syslog
- xterm*scrollTtyOutput: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement