Advertisement
rootdigga

xresources

Oct 18th, 2013
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. URxvt*font: xft:Liberation Mono for Powerline:pixelsize=11
  2. *background: #1C1C1C
  3. *foreground: #E3E3E3
  4. *color0: #434343
  5. *color8: #7A7A7A
  6. *color1: #CF4848
  7. *color9: #DF8787
  8. *color2: #A1EF73
  9. *color10: #A2F221
  10. *color3: #A2F221
  11. *color11: #FFFFAF
  12. *color4: #2099C2
  13. *color12: #22A6D2
  14. *color5: #D7AFD7
  15. *color13: #DFAFDF
  16. *color6: #AFD7D7
  17. *color14: #AFDFDF
  18. *color7: #E6E6E6
  19. *color15: #EEEEEE
  20.  
  21. URxvt.perl-ext-common: default,clipboard
  22. URxvt.clipboard.autocopy: true
  23. URxvt.scrollBar: false
  24. URxvt.xftAutoHint: true
  25.  
  26. Xft.dpi: 96
  27. Xft.antialias: 1
  28. Xft.autohint: 0
  29. Xft.hinting: 1
  30. Xft.rgba: rgb
  31. Xft.hintstyle: hintfull
  32. Xft.lcdfilter: lxddefault
  33.  
  34. URxvt.depth: 32
  35. URxvt..background: [95]#1c1c1c
  36. URxvt.iso14755: false
  37.  
  38. URxvt.keysym.C-C: perl:clipboard:copy
  39. URxvt.keysym.C-V: perl:clipboard:paste
  40. URxvt.keysym.C-A-V: perl:clipboard:paste_escaped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement