Skip to content

Instantly share code, notes, and snippets.

@takase1121
Created February 21, 2022 06:37
Show Gist options
  • Save takase1121/29357ecdbe086b49da22cd97361ff10b to your computer and use it in GitHub Desktop.
Save takase1121/29357ecdbe086b49da22cd97361ff10b to your computer and use it in GitHub Desktop.
My XTerm settings
! Sensible defaults (https://aduros.com/blog/xterm-its-better-than-you-thought)
XTerm*locale: false
XTerm*utf8: true
XTerm*scrollTtyOutput: false
XTerm*scrollKey: true
XTerm*bellIsUrgent: true
XTerm*metaSendsEscape: true
! Styling
XTerm*faceName: Comic Mono
XTerm*boldMode: false
XTerm*faceSize: 12
XTerm*borderWidth: 0
XTerm*rightScrollBar: true
XTerm*saveLines: 9000
! Theme
! Dracula Xresources palette
*.foreground: #F8F8F2
*.background: #282A36
*.color0: #000000
*.color8: #4D4D4D
*.color1: #FF5555
*.color9: #FF6E67
*.color2: #50FA7B
*.color10: #5AF78E
*.color3: #F1FA8C
*.color11: #F4F99D
*.color4: #BD93F9
*.color12: #CAA9FA
*.color5: #FF79C6
*.color13: #FF92D0
*.color6: #8BE9FD
*.color14: #9AEDFE
*.color7: #BFBFBF
*.color15: #E6E6E6
! sixel
XTerm*decTerminalID: vt340
XTerm*numColorRegisters: 256
! keybinds
XTerm*translations: #override \n\
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
Ctrl Shift <Key>H: set-altscreen(toggle)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment