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.

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