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.

83 lines
1.8 KiB

5 years ago
1 year ago
1 year 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. ! URxvt.font: xft:DejaVuSansMono Nerd Font Mono:size=11
  31. URxvt.font: xft:Hack Nerd Font Mono:size=11
  32. {{ end }}
  33. ! URxvt.font: xft:Hack:size=18
  34. /* resize [[[ */
  35. ! URxvt.resize-font.step: 4
  36. URxvt.resize-font.step: 2
  37. URxvt.keysym.C-S-Down: resize-font:smaller
  38. URxvt.keysym.C-S-Up: resize-font:bigger
  39. URxvt.keysym.C-S-equal: resize-font:reset
  40. URxvt.keysym.C-S-question: resize-font:show
  41. /* ]]] resize */
  42. /* ]]] font */
  43. /* transparency [[[ */
  44. URxvt*transparent: true
  45. /* transparency */
  46. URxvt*inheritPixmap: true
  47. ! URxvt*transparent: false
  48. ! URxvt*shading: 0 (blackest) to 99 black, 101 to 200 (whitest) white
  49. ! URxvt*shading: 50
  50. ! URxvt*shading: 40
  51. URxvt*shading: 35
  52. ! urxvt*blurRadius: 10
  53. /* ]]] transparency */
  54. /* scrollBar [[[ */
  55. URxvt.scrollBar: false
  56. ! URxvt.scrollBar: true
  57. ! URxvt*scrollBar_right: true
  58. /* ]]] scrollBar */
  59. /* Clickable URLs [[[ */
  60. URxvt.perl-ext-common: default,matcher,resize-font
  61. URxvt.url-launcher: /usr/bin/firefox
  62. ! URxvt.url-launcher: firefox
  63. URxvt.matcher.button: 1
  64. /* ]]] Clickable URLs */
  65. ! vim: fdm=marker ft=xdefaults.go-template