aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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