Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ! -= XTERM SETTINGS =-
- ! Size & Position
- xterm*VT100*geometry: 100x30+200+540
- !The Window Title
- xterm*title: Terminal
- ! Font Face
- !xterm*font:
- xterm*faceName: Terminus
- xterm*faceSize: 10
- xterm*renderFont: true
- XTerm*Background: black
- XTerm*Foreground: grey
- XTerm*HiForeColor: grey
- XTerm*HiBackColor: black
- ! Increase font size with Ctril -+
- xterm*VT100.Translations: #override \
- Ctrl <Key> minus: smaller-vt-font() \n\
- Ctrl <Key> plus: larger-vt-font() \n\
- Ctrl <Key> 0: set-vt-font(d)
- ! Curosr Options
- xterm*cursorBlink: true
- xterm*cursorUnderLine: false
- !xterm*cursorColor: grey
- xcursor.theme:
- ! Mouse pointer
- XTerm*pointerColor: grey
- XTerm*pointerColorBackground: black
- xterm*pointerShape: arrow
- ! Scrolbar Settings
- xterm*scrollBar: off
- !xterm*rightScrollBar: true
- ! Stop new output jumping to bottom
- !xterm*JumpScroll: on
- xterm*scrollTtyOutput: false
- ! Amount of Scrollback History
- xterm*saveLines: 4096
- ! Push text away from border
- xterm*internalBorder: 6
- ! Bring in Env Vars
- xterm*loginshell: true
- ! xterm*eightBitInput: false
- ! Enable copy/paste.
- ! http://www.davidsimmons.com/soft/xtermhacks/
- xterm*VT100.translations: #override <Btn1Up>: select-end(PRIMARY, CLIPBOARD, CUT_BUFFER0)
- XTerm*selectToClipboard: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement