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.

81 lines
1.7 KiB

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