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.

53 lines
1.2 KiB

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