.Xdefaults 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. ! UTF-8 by default
  2. xterm*utf8: 1
  3. ! Use a nice truetype font and size by default...
  4. !xterm*faceName: monospace:pixelsize=14
  5. xterm*faceName: Liberation Mono:pixelsize=12:antialias=true:autohint=true
  6. !XTerm*font: -*-terminus-medium-*-*-*-18-*-*-*-*-*-iso10646-1
  7. !xterm*font: -xos4-*-*-*-*-*-20-*-*-*-*-*-iso10646-1
  8. !xterm*faceName: DejaVu Sans Mono
  9. !xterm*faceSize: 11
  10. !xterm*faceName: Bitstream Vera Serif Mono
  11. !xterm*faceSize: 12
  12. ! Every shell is a login shell by default (for inclusion of all necessary environment variables)
  13. xterm*loginshell: true
  14. ! I like a LOT of scrollback...
  15. xterm*savelines: 10000
  16. ! double-click to select whole URLs :D
  17. xterm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
  18. ! Disable visual bell
  19. xterm*visualBell: false
  20. ! DOS-box colours...
  21. !xterm*foreground: rgb:DC/DC/DC
  22. !xterm*background: rgb:00/00/00
  23. !xterm*foreground: rgb:DC/DC/DC
  24. !xterm*background: rgb:2B/2B/2B
  25. xterm*background: black
  26. xterm*foreground: lightgray
  27. !xterm*background: #222c2e
  28. !xterm*foreground: #dee2e3
  29. !xterm*foreground: #B0B0B0
  30. !xterm*background: #282828
  31. !xTerm*background: #222222
  32. !xTerm*foreground: #cccccc
  33. xterm*color0: rgb:00/00/00
  34. xterm*color1: rgb:a8/00/00
  35. xterm*color2: rgb:00/a8/00
  36. xterm*color3: rgb:a8/54/00
  37. xterm*color4: rgb:00/00/a8
  38. xterm*color5: rgb:a8/00/a8
  39. xterm*color6: rgb:00/a8/a8
  40. xterm*color7: rgb:a8/a8/a8
  41. xterm*color8: rgb:54/54/54
  42. xterm*color9: rgb:fc/54/54
  43. xterm*color10: rgb:54/fc/54
  44. xterm*color11: rgb:fc/fc/54
  45. xterm*color12: rgb:54/54/fc
  46. xterm*color13: rgb:fc/54/fc
  47. xterm*color14: rgb:54/fc/fc
  48. xterm*color15: rgb:fc/fc/fc
  49. ! right hand side scrollbar...
  50. xterm*rightScrollBar: true
  51. xterm*ScrollBar: false
  52. ! stop output to terminal from jumping down to bottom of scroll again
  53. xterm*scrollTtyOutput: false
  54. ! scroll down anytime you press a key
  55. xterm*ScrollKey: true
  56. ! disable fullscreen toggle which can conflict with Midnight Commander feature
  57. xterm*fullscreen: never
  58. ! To copy between xterm and other programs/documents
  59. xterm*selectToClipboard: true
  60. ! Key bindings similar to other terminals copy/paste behavior
  61. !Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
  62. !Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
  63. !Alt Shift <Key>C: copy-selection(CLIPBOARD) \n\
  64. !Alt Shift <Key>V: insert-selection(CLIPBOARD)
  65. !Meta Shift <Key>C: copy-selection(CLIPBOARD) \n\
  66. !Meta Shift <Key>V: insert-selection(CLIPBOARD)
  67. xterm.vt100.translations: #override \n\
  68. Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
  69. Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
  70. !XTerm*VT100.Translations: #override \n\
  71. ! Shift Ctrl<Key>V: insert-selection(CLIPBOARD) \n\
  72. ! Shift Ctrl<Key>V: insert-selection(PRIMARY) \n\
  73. ! Shift<Btn1Down>: select-start() \n\
  74. ! Shift<Btn1Motion>: select-extend() \n\
  75. ! Shift<Btn1Up>: select-end(CLIPBOARD)