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.

18 lines
425 B

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