summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-09-30 16:05:02 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-09-30 16:08:38 +0200
commit98f8350a2a5edb8e56906b314c163cec5a0980c9 (patch)
tree3acdebf42793ba36189167d3d3472bfbe7197eed
parent539deef6ed651d14691f6721ccb9979ca6cfc8e3 (diff)
downloaddotfiles-98f8350a2a5edb8e56906b314c163cec5a0980c9.tar.gz
dotfiles-98f8350a2a5edb8e56906b314c163cec5a0980c9.tar.bz2
dotfiles-98f8350a2a5edb8e56906b314c163cec5a0980c9.zip
Allow HOME variable in .Xresources.
-rw-r--r--.Xresources4
-rw-r--r--.xinitrc2
2 files changed, 3 insertions, 3 deletions
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
diff --git a/.xinitrc b/.xinitrc
index 0ab39f2..b3c0314 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -27,7 +27,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
done
fi
-xrdb -merge $HOME/.Xresources
+xrdb -DHOME=$HOME -merge $HOME/.Xresources
case $session in
[xX]fce|[xX]fce4) exec startxfce4;;