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.

16 lines
379 B

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