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.

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