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.

75 lines
1.6 KiB

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