dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 41844f59917379ce480ee01a7d3916e538f06a28
parent aab112c98cf9b2725878549757f887b1c5d53d99
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 30 Mar 2016 09:25:13 -0700

make links clickable in urxvt

Diffstat:
M.Xresources | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.Xresources b/.Xresources @@ -97,6 +97,10 @@ urxvt*shading: 20 !urxvt*blurRadius: 5 !urxvt*fading: 30 +! open links with the default web browser with the left mouse button +URxvt.perl-ext-common: default,matcher +URxvt.url-launcher: /usr/bin/xdg-open +URxvt.matcher.button: 1 ! xterm ---------------------------------------------------------------------- xterm*background: black