Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. !! XFT && Fonts
  2. Xft.dpi: 96
  3. Xft.antialias: true
  4. Xft.hinting: slight
  5. Xft.hintstyle: hintslight
  6. Xft.rgba: rgb
  7. *font: xft:droid sans mono:pixelsize=14
  8.  
  9. !! Colors
  10. #include "/home/gtklocker/config/xorg/Xresources.d/gohu"
  11.  
  12. !! urxvt
  13. urxvt.urlLauncher: chromium
  14. urxvt.matcher.button: 1
  15. URxvt.perl-ext-common: default,matcher
  16. urxvt*buffered: true
  17. urxvt*cursorColor: white
  18. urxvt*transparent: true
  19. URxvt*inheritPixmap: true
  20. URxvt*internalBorder: 0
  21. urxvt*shading: 30
  22. urxvt*scrollBar: false
  23. urxvt*termName: rxvt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement