Advertisement
darkelf5

.Xdefaults

Aug 26th, 2011
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. ! Xft settings ---------------------------------------------------------------
  2.  
  3. Xft.dpi: 96
  4. Xft.antialias: true
  5. Xft.rgba: rgb
  6. Xft.hinting: true
  7. Xft.hintstyle: hintslight
  8.  
  9. ! xterm ----------------------------------------------------------------------
  10.  
  11. xterm*geometry: 80x25
  12. xterm*faceName: xft:Dejavu Sans Mono:pixelsize=14:antialias=true
  13. xterm*dynamicColors: true
  14. xterm*utf8: 2
  15. xterm*eightBitInput: true
  16. xterm*saveLines: 512
  17. xterm*scrollTtyKeypress: true
  18. xterm*scrollTtyOutput: false
  19. xterm*scrollBar: true
  20. xterm*rightScrollBar: true
  21. xterm*loginShell: true
  22. xterm*jumpScroll: true
  23. xterm*multiScroll: true
  24. xterm*toolBar: false
  25. xterm*background: #242424
  26. xterm*foreground: #ffffff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement