Dotfiles, utilities, and other apparatus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.7 KiB

  1. ! https://lists.debian.org/debian-user/2005/09/msg01385.html
  2. urxvt*buffered: true
  3. urxvt*cursorBlink: true
  4. urxvt*underlineColor: yellow
  5. #ifdef HI_DPI
  6. ! These are the things I must do to see ಠ_ಠ
  7. urxvt*font: -*-terminesspowerline-*-*-*-*-28-*-*-*-*-*-*-*, \
  8. xft:DejaVu\ Sans\ Mono\ for\ Powerline:style=Book:pixelsize=28:antialias=true:hinting=slight, \
  9. xft:Lohit\ Kannada:style=Regular:pixelsize=16:antialias=true:hinting=slight
  10. ! Emacs.font: -*-terminesspowerline-*-*-*-*-28-*-*-*-*-*-*-*
  11. XTerm*faceSize: 14
  12. UXTerm*faceSize: 14
  13. #else
  14. urxvt*font: -*-terminesspowerline-*-*-*-*-16-*-*-*-*-*-*-*, \
  15. xft:DejaVu\ Sans\ Mono\ for\ Powerline:style=Book:pixelsize=16:antialias=true:hinting=slight, \
  16. xft:Lohit\ Kannada:style=Regular:pixelsize=16:antialias=true:hinting=slight
  17. ! Emacs.font: -*-terminesspowerline-*-*-*-*-16-*-*-*-*-*-*-*
  18. XTerm*faceSize: 14
  19. UXTerm*faceSize: 14
  20. #endif
  21. ! terminal stuffs
  22. urxvt*depth: 32
  23. urxvt*borderless: 1
  24. urxvt*scrollBar: false
  25. urxvt*loginShell: true
  26. urxvt*secondaryScroll: true # Enable Shift-PageUp/Down in screen
  27. urxvt*saveLines: 5000
  28. urxvt*termName: rxvt-unicode
  29. urxvt*iso14755: False
  30. urxvt.perl-ext-common: default,matcher
  31. URxvt.url-launcher: /usr/bin/xdg-open
  32. urxvt.matcher.button: 1
  33. urxvt*urgentOnBell: true
  34. urxvt*visualBell: false
  35. XTerm*background: black
  36. XTerm*foreground: white
  37. XTerm*faceName: Monospace
  38. UXTerm*background: black
  39. UXTerm*foreground: white
  40. UXTerm*faceName: Monospace
  41. ! Cursor settings
  42. xcursor.theme: DMZ-Black
  43. #ifdef HI_DPI
  44. xcursor.size: 32
  45. #else
  46. xcursor.size: 16
  47. #endif
  48. #ifdef HI_DPI
  49. Xft.dpi: 163
  50. Xft.autohint: 0
  51. Xft.lcdfilter: lcddefault
  52. Xft.hintstyle: hintfull
  53. Xft.hinting: 1
  54. Xft.antialias: 1
  55. Xft.rgba: rgb
  56. #else
  57. #endif