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.

74 lines
1.6 KiB

5 years ago
5 years ago
  1. /* dpi [[[ */
  2. {{ if eq .chezmoi.fullHostname "x1-carbon" }}
  3. ! Xft.dpi: 240
  4. Xft.dpi: 230
  5. {{ else }}
  6. Xft.dpi: 135
  7. {{ end }}
  8. Xft.autohint: 0
  9. Xft.lcdfilter: lcddefault
  10. Xft.hintstyle: hintfull
  11. Xft.hinting: 1
  12. Xft.antialias: 1
  13. Xft.rgba: rgb
  14. /* ]]] dpi */
  15. /* font [[[ */
  16. {{ if eq .chezmoi.fullHostname "x1-carbon" }}
  17. ! URxvt.font: xft:DejaVuSansMono Nerd Font Mono:size=11
  18. URxvt.font: xft:DejaVuSansMono Nerd Font Mono:size=11.5
  19. ! URxvt.font: xft:DejaVuSansMono Nerd Font Mono:size=12
  20. {{ else }}
  21. ! URxvt.font: xft:DejaVuSansMono Nerd Font Mono:size=15
  22. ! URxvt.font: xft:DejaVuSansMono Nerd Font Mono:size=14
  23. ! URxvt.font: xft:DejaVuSansMono Nerd Font Mono:size=13.5
  24. URxvt.font: xft:DejaVuSansMono Nerd Font Mono:size=12
  25. {{ end }}
  26. ! URxvt.font: xft:Hack:size=18
  27. /* resize [[[ */
  28. URxvt.resize-font.step: 4
  29. URxvt.keysym.C-S-Down: resize-font:smaller
  30. URxvt.keysym.C-S-Up: resize-font:bigger
  31. URxvt.keysym.C-S-equal: resize-font:reset
  32. URxvt.keysym.C-S-question: resize-font:show
  33. /* ]]] resize */
  34. /* ]]] font */
  35. /* transparency [[[ */
  36. URxvt*transparent: true
  37. /* transparency */
  38. URxvt*inheritPixmap: true
  39. ! URxvt*transparent: false
  40. ! URxvt*shading: 0 (blackest) to 99 black, 101 to 200 (whitest) white
  41. URxvt*shading: 50
  42. ! URxvt*shading: 40
  43. ! URxvt*shading: 35
  44. ! urxvt*blurRadius: 10
  45. /* ]]] transparency */
  46. /* scrollBar [[[ */
  47. URxvt.scrollBar: false
  48. ! URxvt.scrollBar: true
  49. ! URxvt*scrollBar_right: true
  50. /* ]]] scrollBar */
  51. /* Clickable URLs [[[ */
  52. URxvt.perl-ext-common: default,matcher,resize-font
  53. URxvt.url-launcher: /usr/bin/xdg-open
  54. URxvt.matcher.button: 1
  55. /* ]]] Clickable URLs */
  56. ! vim: fdm=marker ft=xdefaults.go-template