xresources/XTerm

37 lines
733 B
Plaintext
Raw Permalink Normal View History

2021-10-16 20:31:18 -04:00
!! Look.
2021-03-06 12:45:22 -05:00
! Widgets.
2021-10-16 20:31:18 -04:00
xterm*faceName: Iosevka Regular
xterm*faceSize: 12
2021-03-06 12:45:22 -05:00
! Misc.
2021-10-16 20:31:18 -04:00
xterm*title: XTerminal
2021-03-06 12:45:22 -05:00
!! 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
2021-10-16 20:31:18 -04:00
! Work around odd behavior in EMACS.
xterm*backarrowKey: false
! Run in Unicode mode.
xterm*utf8: 2
xterm*Utf8Fonts: 2
xterm*locale: true
! Use a visual bell.
xterm*VisualBell: true
! Send escape codes with META to allow use of EMACS
xterm*metaSendsEscape: true