Guest User

Untitled

a guest
Sep 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. ! Xdefaults
  2. ! Xft - makes everything look better
  3. Xft.dpi: 96
  4. Xft.antialias: true
  5. Xft.rgba: rgb
  6. Xft.hinting: true
  7. Xft.hintstyle: hintslight
  8.  
  9. ! URxvt
  10.  
  11. URxvt.depth: 32
  12. URxvt.geometry: 90x30
  13. !URxvt.transparent: true
  14. ! URxvt.urgentOnBell: true
  15. URxvt.visualBell: true
  16. URxvt.loginShell: true
  17. URxvt.saveLines: 65535
  18. URxvt.internalBorder: 3
  19. URxvt.lineSpace: 0
  20.  
  21. ! Fonts
  22. URxvt.allow_bold: false
  23. URxvt*font: xft:Anonymous Pro:size=10
  24. URxvt*boldFont: xft:Anonymous Pro:size=10
  25.  
  26. ! Scrollbar
  27. URxvt.scrollStyle: rxvt
  28. URxvt.scrollBar: false
  29.  
  30. ! Perl extensions
  31. URxvt.perl-ext-common: default,matcher
  32. URxvt.matcher.button: 1
  33. URxvt.urlLauncher: chromium-browser
  34.  
  35. ! Cursor
  36. URxvt.cursorBlink: true
  37. URxvt.cursorColor: #657b83
  38. URxvt.cursorUnderline: false
  39.  
  40. ! Pointer
  41. URxvt.pointerBlank: true
  42.  
  43. ! *background: #002b36
  44. ! *foreground: #FFFFFF
  45.  
  46. URxvt.iso14755: false
  47. URxvt.iso14755_52: false
  48.  
  49. *background: black
  50. *foreground: white
Add Comment
Please, Sign In to add comment