Advertisement
Guest User

.Xresources

a guest
Nov 1st, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. ! urxvt ---------------------------------------------------------------
  2.  
  3. *background: #111111
  4. *foreground: #dddddd
  5.  
  6. URxvt.scrollBar: off
  7. URxvt.font: -*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*
  8. URxvt*boldFont: -*-terminus-medium-*-*-*-12-*-*-*-*-*-*-*
  9.  
  10. URxvt*termName:rxvt-unicode-256color
  11. URxvt.jumpScroll: false
  12. URxvt.saveLines: 32
  13. URxvt.letterSpace: 0
  14. URxvt.internalBorder: 0
  15. URxvt*loginShell: true
  16. Rxvt*xftAntialias: false
  17.  
  18. !*mapAlert: false
  19. !*visualBell: galse
  20. *urgentOnBell: true
  21.  
  22. URxvt.url-launcher: /usr/bin/chromium
  23. URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
  24. URxvt.url-select.launcher: chromium
  25. URxvt.url-select.underline: true
  26. URxvt.keysym.Shift-Control-V: perl:clipboard:paste
  27. URxvt.keysym.Shift-Control-C: perl:clipboard:copy
  28. URxvt.keysym.M-u: perl:url-select:select_next
  29. URxvt.keysym.M-Escape: perl:keyboard-select:activate
  30. URxvt.keysym.M-s: perl:keyboard-select:search
  31. URxvt.iso14755: False
  32. URxvt.matcher.button: 1
  33. URxvt.colorUL: #2960C7
  34. urxvt.depth: 8
  35. !URxvt.transparent: false
  36. URxvt.scrollTtyOutput: false
  37. URxvt.scrollWithBuffer: true
  38. URxvt.scrollTtyKeypress: true
  39. urxvt*secondaryScroll: true
  40. urxvt*saveLines: 500
  41. URxvt*keysym.Home: \033[1~
  42. URxvt*keysym.End: \033[4~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement