dotfiles
diff .Xdefaults @ 13:a72d02acbab2
added clickable links in urxvt
author | meillo@marmaro.de |
---|---|
date | Wed, 09 Jan 2008 10:13:43 +0100 |
parents | f4fd1276a8b3 |
children |
line diff
1.1 --- a/.Xdefaults Sat Dec 08 20:19:23 2007 +0100 1.2 +++ b/.Xdefaults Wed Jan 09 10:13:43 2008 +0100 1.3 @@ -16,7 +16,9 @@ 1.4 1.5 urxvt.secondaryScroll: true 1.6 1.7 - 1.8 +! have links clickable with middle-mouse to open in browser 1.9 +urxvt.perl-ext-common: mark-urls 1.10 +urxvt.urlLauncher: firefox 1.11 1.12 1.13