Advertisement
okubax

Xresources Sept-14

Sep 1st, 2014
639
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. ! urxvt
  2. URxvt.background: #101010
  3. URxvt.foreground: #999993
  4. URxvt.cursorColor: #395573
  5. URxvt.borderColor: #101010
  6. URxvt.colorUL: #31658C
  7. URxvt.borderless: false
  8. URxvt.internalBorder: 3
  9. URxvt.externalBorder: 3
  10. URxvt.scrollBar: false
  11. URxvt.font: xft:terminus:pixelsize=12:antialias=false
  12. URxvt.boldFont: xft:terminus:bold:pixelsize=12:antialias=false
  13. ! transparency
  14. !URxvt.transparent: true
  15. !URxvt.tintColor: #101010
  16. !URxvt.shading: 4
  17. ! perl extensions (tabs, clickable URLs, yankable URLs)
  18. URxvt.perl-ext-common: default,clipboard,matcher,url-select,keyboard-select
  19. ! URxvt.perl-ext-common: default,clipboard,matcher,tabbed
  20. ! clickable URLs
  21. URxvt.matcher.button: 1
  22. URxvt.url-launcher: /usr/bin/dwb
  23. ! yankable URLs
  24. URxvt.url-select.launcher: /usr/bin/dwb
  25. URxvt.url-select.underline: true
  26. URxvt.keysym.M-u: perl:url-select:select_next
  27. URxvt.keysym.M-Escape: perl:keyboard-select:activate
  28. URxvt.keysym.M-s: perl:keyboard-select:search
  29. ! tabs
  30. URxvt.tabbed.tabbar-bg: -1
  31. URxvt.tabbed.tabbar-fg: -2
  32. URxvt.tabbed.tab-bg: -2
  33. URxvt.tabbed.tab-fg: -1
  34. URxvt.tabbed.title-bg: -1
  35. URxvt.tabbed.title-fg: -2
  36. URxvt.tabbed.autohide: true
  37. URxvt.tabbed.new-button: false
  38. URxvt.tabbed.title: true
  39.  
  40.  
  41. ! colours
  42. #include "/home/ajibola/.colours/jasonwryan.colours"
  43. !#include "/home/ajibola/.colours/thayer.colours"
  44. !#include "/home/ajibola/.colours/necromancer.colours"
  45. !#include "/home/ajibola/.colours/nu.colours"
  46.  
  47. ! fonts
  48. Xft.dpi: 96
  49. Xft.antialias: true
  50. Xft.rgba: rgb
  51. Xft.hinting: true
  52. Xft.hintstyle: hintslight
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement