From 98f8350a2a5edb8e56906b314c163cec5a0980c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 30 Sep 2013 16:05:02 +0200 Subject: Allow HOME variable in .Xresources. --- .Xresources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.Xresources') diff --git a/.Xresources b/.Xresources index 7bf7bea..60d5c6c 100644 --- a/.Xresources +++ b/.Xresources @@ -23,7 +23,7 @@ URxvt.keysym.Shift-Up: command:\033]720;1\007 URxvt.keysym.Shift-Down: command:\033]721;1\007 ! perl-modules -URxvt.perl-lib: /home/necoro/.urxvt/extensions/ +URxvt.perl-lib: HOME/.urxvt/extensions/ URxvt.perl-ext-common: default,url-select,clipboard,selection-autotransform,wgetpaste ! allow Alt-V/-C for pasting from/copying to clipboard @@ -31,7 +31,7 @@ URxvt.keysym.M-v: perl:clipboard:paste URxvt.keysym.M-c: perl:clipboard:copy ! url-select via M-u -URxvt.url-select.launcher: /home/necoro/bin/openlink +URxvt.url-select.launcher: HOME/bin/openlink URxvt.keysym.M-u: perl:url-select:select_next URxvt.url-select.underline: true -- cgit v1.2.3