Dotfiles for my tiling window manager + terminal workflow.
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.

41 lines
844 B

6 years ago
5 years ago
  1. URxvt.font: xft:DejaVuSansMono Nerd Font Mono:size=14
  2. ! URxvt.font: xft:DejaVuSansMono Nerd Font Mono:size=9
  3. ! URxvt.font: xft:Hack Nerd Font:size=14
  4. ! URxvt.font: xft:Hack NF:size=18
  5. ! URxvt.font: xft:Hack:size=18
  6. /* transparency {{{ */
  7. URxvt*inheritPixmap: true
  8. !
  9. ! URxvt*transparent: false
  10. URxvt*transparent: true
  11. !
  12. ! URxvt*shading: 0 (blackest) to 99 black, 101 to 200 (whitest) white
  13. URxvt*shading: 40
  14. ! URxvt*shading: 35
  15. /* }}} transparency */
  16. URxvt.scrollBar: false
  17. ! URxvt.scrollBar: true
  18. ! URxvt*scrollBar_right: true
  19. ! Clickable URLs {{{ */
  20. URxvt.perl-ext-common: default,matcher
  21. URxvt.url-launcher: /usr/bin/xdg-open
  22. URxvt.matcher.button: 1
  23. ! }}} Clickable URLs */
  24. /* HiDPI {{{ */
  25. Xft.dpi: 101
  26. Xft.autohint: 0
  27. Xft.lcdfilter: lcddefault
  28. Xft.hintstyle: hintfull
  29. Xft.hinting: 1
  30. Xft.antialias: 1
  31. Xft.rgba: rgb
  32. /* }}} HiDPI */