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.

24 lines
501 B

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