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.

25 lines
572 B

6 years ago
  1. URxvt.font: xft:DejaVuSansMono Nerd Font Mono:size=14
  2. ! URxvt.font: xft:Hack Nerd Font:size=14
  3. ! URxvt.font: xft:Hack NF:size=18
  4. ! URxvt.font: xft:Hack:size=18
  5. /* transparency {{{ */
  6. URxvt*inheritPixmap: true
  7. !
  8. ! URxvt*transparent: false
  9. URxvt*transparent: true
  10. !
  11. ! URxvt*shading: 0 (blackest) to 99 black, 101 to 200 (whitest) white
  12. ! URxvt*shading: 40
  13. URxvt*shading: 35
  14. /* }}} transparency */
  15. URxvt.scrollBar: false
  16. ! Clickable URLs {{{ */
  17. URxvt.perl-ext-common: default,matcher
  18. URxvt.url-launcher: /usr/bin/xdg-open
  19. URxvt.matcher.button: 1
  20. ! }}} Clickable URLs */