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.

67 lines
1.4 KiB

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