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.

69 lines
1.5 KiB

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