aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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