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.

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