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.

67 lines
1.8 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: 18
  12. UXTerm*faceSize: 18
  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. !
  22. ! terminal stuffs
  23. !
  24. urxvt*depth: 32
  25. urxvt*borderless: 1
  26. urxvt*scrollBar: false
  27. urxvt*loginShell: true
  28. urxvt*secondaryScroll: true # Enable Shift-PageUp/Down in screen
  29. urxvt*saveLines: 5000
  30. urxvt*termName: rxvt-unicode
  31. urxvt*iso14755: False
  32. urxvt.perl-ext-common: default,matcher
  33. URxvt.url-launcher: /usr/bin/xdg-open
  34. urxvt.matcher.button: 1
  35. urxvt*urgentOnBell: true
  36. urxvt*visualBell: false
  37. XTerm*background: black
  38. XTerm*foreground: white
  39. XTerm*faceName: Monospace
  40. UXTerm*background: black
  41. UXTerm*foreground: white
  42. UXTerm*faceName: Monospace
  43. ! This should be reflected in $TERM inside the terminal:
  44. UXTerm*termName: xterm-256color
  45. ! Cursor settings
  46. xcursor.theme: DMZ-Black
  47. #ifdef HI_DPI
  48. xcursor.size: 32
  49. #else
  50. xcursor.size: 16
  51. #endif
  52. #ifdef HI_DPI
  53. Xft.dpi: 192
  54. Xft.autohint: 0
  55. Xft.lcdfilter: lcddefault
  56. Xft.hintstyle: hintfull
  57. Xft.hinting: 1
  58. Xft.antialias: 1
  59. Xft.rgba: rgb
  60. #else
  61. #endif