My dotfiles. Period.

global.Xdefaults 1015B

1234567891011121314151617181920212223242526272829303132333435363738
  1. URxvt.mapAlert: true
  2. !## extensions
  3. URxvt.perl-ext-common: default,selection
  4. URxvt.tabbed.tab-fg: 7
  5. URxvt.tabbed.tab-bg: 0
  6. URxvt.tabbed.tabbar-fg: 4
  7. !## transparency
  8. URxvt.inheritPixmap: true
  9. !URxvt.tintColor: red
  10. URxvt.shading: 25
  11. URxvt.depth: 32
  12. URxvt.fading: 30
  13. !## clicks
  14. URxvt.mouseWheelScrollPage: false
  15. URxvt.tripleclickwords: true
  16. URxvt.hold: false
  17. !## scroll set
  18. URxvt.scrollBar: true
  19. URxvt.scrollBar_right: true
  20. URxvt.scrollBar_floating: true
  21. URxvt.scrollstyle: plain
  22. URxvt.scrollWithBuffer: true
  23. URxvt.saveLines: 32767
  24. !## cursor & pointer
  25. URxvt.cursorUnderline: false
  26. URxvt.cursorBlink: true
  27. URxvt.pointerBlankDelay: 999999999
  28. !## let C-arrows behave like in other terms
  29. URxvt.keysym.Control-Up: \033[1;5A
  30. URxvt.keysym.Control-Down: \033[1;5B
  31. URxvt.keysym.Control-Left: \033[1;5D
  32. URxvt.keysym.Control-Right: \033[1;5C