aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-04-26 23:18:44 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-04-26 23:18:44 +1200
commite38108db214727499bd59ec02aa06c5f08668392 (patch)
tree065c1314aa1debdf4debee60823ed5e57a1307e4
parentAdd tmux vertical separator to URxvt.cutchars (diff)
downloaddotfiles-e38108db214727499bd59ec02aa06c5f08668392.tar.gz
dotfiles-e38108db214727499bd59ec02aa06c5f08668392.zip
Remove Urxvt.perl-lib definition
I didn't read the manpage. It turns out that urxvt will search $HOME/.urxvt/ext by default for its extensions, so I don't need to specify a path here (much less a fixed string rather than a variable).
-rw-r--r--Makefile4
-rw-r--r--X/Xresources1
-rw-r--r--urxvt/ext/clip (renamed from urxvt/clip)0
3 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b07da88f..ab788dcd 100644
--- a/Makefile
+++ b/Makefile
@@ -99,8 +99,8 @@ install-tmux :
install-urxvt :
mkdir -p $(HOME)/.urxvt
- rm -f $(HOME)/.urxvt/clip
- ln -s $(PWD)/urxvt/clip $(HOME)/.urxvt/clip
+ rm -fr $(HOME)/.urxvt/clip/ext
+ ln -s $(PWD)/urxvt/ext $(HOME)/.urxvt/ext
install-vim :
mkdir -p $(HOME)/.vim
diff --git a/X/Xresources b/X/Xresources
index cdd6bf40..45266e11 100644
--- a/X/Xresources
+++ b/X/Xresources
@@ -17,7 +17,6 @@ URxvt.iso14755 : false
URxvt.iso14755_52 : false
URxvt.perl-ext : clip,selection
URxvt.perl-ext-common : clip,selection
-URxvt.perl-lib : /home/tom/.urxvt
URxvt.pointerBlank : true
URxvt.saveLines : 10000
URxvt.scrollBar : false
diff --git a/urxvt/clip b/urxvt/ext/clip
index ce698328..ce698328 100644
--- a/urxvt/clip
+++ b/urxvt/ext/clip