aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-07-23 20:24:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-07-23 20:24:48 +1200
commit76ba550c1748d0d877e380effec4809f261ed621 (patch)
treedf676c6ba67a74f4ec5d3e81d07b69b4bad903aa /Makefile
parentMore detail for pa() and pan() funcs (diff)
downloaddotfiles-76ba550c1748d0d877e380effec4809f261ed621.tar.gz
dotfiles-76ba550c1748d0d877e380effec4809f261ed621.zip
New background, move backgrounds to dir
Also put them in the install-x target, they're not specific to i3 The image is a crop of Sacramentum's album "Far Away From the Sun"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9415d329..63c46f45 100644
--- a/Makefile
+++ b/Makefile
@@ -206,8 +206,11 @@ install-wyrd :
install -m 0644 -- wyrd/wyrdrc "$(HOME)"/.wyrdrc
install-x :
- install -m 0755 -d -- "$(HOME)"/.config
+ install -m 0755 -d -- \
+ "$(HOME)"/.config \
+ "$(HOME)"/.xbackgrounds
install -m 0644 -- X/redshift.conf "$(HOME)"/.config/redshift.conf
+ install -m 0644 -- X/backgrounds/* "$(HOME)"/.xbackgrounds
install -m 0644 -- X/Xresources "$(HOME)"/.Xresources
install -m 0644 -- X/xbindkeysrc "$(HOME)"/.xbindkeysrc
install -m 0644 -- X/xinitrc "$(HOME)"/.xinitrc