xresources/xterm

29 lines
578 B
Plaintext
Raw Normal View History

2021-03-06 12:45:22 -05:00
!! Cosmetics.
! Fonts.
xterm*faceName: Cozette
xterm*faceSize: 12
! Widgets.
xterm*ScrollBar: true
xterm*toolBar: true
xterm*backGround: ghostwhite
! Misc.
xterm*title: Terminal
!! Functionality.
! Save X number of lines.
xterm*savelines: 20000
! Allow double-click to hilight URIs.
xterm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
! Stop scrolling on output.
xterm*scrollTtyOutput: false
! Set a framerate cap (yes, its ridiculous, I know)
xterm*buffered: true
xterm*bufferedFPS: 60