My dotfiles. Period.

global.Xdefaults 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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: 20
  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.scrollTtyOutput: false
  24. URxvt.scrollTtyKeypress: true
  25. URxvt.saveLines: 1048576
  26. !## cursor & pointer
  27. URxvt.cursorUnderline: false
  28. URxvt.cursorBlink: true
  29. URxvt.pointerBlankDelay: 999999999
  30. !## let C-arrows behave like in other terms
  31. URxvt.keysym.Control-Up: \033[1;5A
  32. URxvt.keysym.Control-Down: \033[1;5B
  33. URxvt.keysym.Control-Left: \033[1;5D
  34. URxvt.keysym.Control-Right: \033[1;5C
  35. !## whistles & bells
  36. URxvt.urgentOnBell: true