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.

79 lines
1.7 KiB

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