My dotfiles. Period.

global.Xdefaults 1.1KB

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