Facebook
From Whipped Goat, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 114
  1. !
  2. ! Remember to refresh with: 'xrdb .Xdefaults' if you make any changes.
  3. !
  4.  
  5. !----------------------------!
  6. ! Xterm setup
  7. !----------------------------!
  8. XTerm*termName: xterm-256color
  9. XTerm*utf8: 1
  10. XTerm*renderFont: true
  11. XTerm*faceName: Monospace:size=10:antialias=true
  12. XTerm*borderWidth: 0
  13. XTerm*autohint: true
  14. XTerm*locale: true
  15. XTerm*metaSendsEscape: true
  16. XTerm*backarrowKey: false
  17. XTerm*bellIsUrgent: false
  18. XTerm*cursorBlink: false
  19. XTerm*vt100.saveLines: 10000
  20. XTerm*selectToClipboard: true
  21. XTerm*ScrollKey: true
  22.  
  23. ! Normally, selected text is stored in PRIMARY, to be pasted with Shift+Insert
  24. ! or by using the middle mouse button. With these settings you can use
  25. ! CTRL+SHIFT+v/c and you can make Xterm copy to clipboard so that you can use
  26. ! CTRL+v in GUI applications.
  27. XTerm*vt100.translations: #override \
  28.     Shift Ctrl <Key> c: copy-selection(CLIPBOARD) \n\
  29.     Shift Ctrl <Key> v: insert-selection(CLIPBOARD)
  30.  
  31. ! Fix backspace and delete key.
  32. XTerm*ttyModes: erase ^?
  33. XTerm*vt100.Translations: #override <Key>BackSpace: string(0x7f) \n\
  34.     <Key>Delete: string(0x1b) string("[3~")
  35.  
  36. !----------------------------!
  37. ! Color theme
  38. !----------------------------!
  39. XTerm*background: #142034
  40. XTerm*foreground: #aaaaaa
  41. XTerm*cursorColor: #9aedfe
  42. *.color0: #142034
  43. *.color8: #4f4b58
  44. *.color1: #ff5c57
  45. *.color9: #ff5c57
  46. *.color2: #5af78e
  47. *.color10: #5af78e
  48. *.color3: #f3f99d
  49. *.color11: #f3f99d
  50. *.color4: #57c7ff
  51. *.color12: #57c7ff
  52. *.color5: #ff6ac1
  53. *.color13: #ff6ac1
  54. *.color6: #9aedfe
  55. *.color14: #9aedfe
  56. *.color7: #eff0eb
  57. *.color15: #eff0eb