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.

36 lines
858 B

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