aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-11-03 01:12:55 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-11-03 01:12:55 +1300
commit65005df019ece6357cacd58977de702246b22bc1 (patch)
treeadcbb5fe6218f01a52ddd82f3aadbd119187dc60 /Makefile
parentMake function of whitespace stripper (diff)
downloaddotfiles-65005df019ece6357cacd58977de702246b22bc1.tar.gz
dotfiles-65005df019ece6357cacd58977de702246b22bc1.zip
Hose xsession, use xinitrc
Probably not going to be using a DE again anytime soon
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index d35d49ff..61485573 100644
--- a/Makefile
+++ b/Makefile
@@ -26,9 +26,9 @@
install-vim-plugins \
install-wyrd \
install-x \
+ install-xinitrc \
install-xmodmap \
install-xresources \
- install-xsession \
test \
test-bash \
test-bin \
@@ -187,7 +187,7 @@ install-wyrd :
install-x : install-xmodmap \
install-xresources \
- install-xsession
+ install-xinitrc
install-xmodmap :
install -m 0644 -- X/Xresources "$(HOME)"/.Xresources
@@ -195,9 +195,8 @@ install-xmodmap :
install-xresources :
install -m 0644 -- X/Xmodmap "$(HOME)"/.Xmodmap
-install-xsession :
- install -m 0644 -- X/xsession "$(HOME)"/.xsession
- install -m 0644 -- X/xsessionrc "$(HOME)"/.xsessionrc
+install-xinitrc :
+ install -m 0644 -- X/xinitrc "$(HOME)"/.xinitrc
test : test-sh test-bash test-bin test-urxvt