summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-06-26 16:49:54 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-06-26 16:49:54 +0400
commit137cc99f4ba4d68f43080d90fbc7dd4b17de4f5f (patch)
treebf19162ad6ff10feac0ed21ed95006805648499e /Makefile
parent4af49e4f7df920262b94557692ea409cd394c792 (diff)
feat: default wallpaper added
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e32729a..63a2829 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,7 @@ config: $(CONFDIR)
$(COPY) config/sites/bookmarks.txt $(CONFDIR)/sites
$(COPY) config/sxiv $(CONFDIR)
$(COPY) config/vim $(CONFDIR)
+ $(COPY) config/wallpapers $(CONFDIR)
$(COPY) config/x11 $(CONFDIR)
$(COPY) config/zathura $(CONFDIR)
$(COPY) config/zsh/zshrc $(ZSHRC)