From 4a5c7e9652408ca9edffc5f9fae34ad8c87c33b1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 26 Jun 2021 08:52:00 +0200 Subject: Add ~/.config/background MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- xorg-server/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xorg-server/Makefile b/xorg-server/Makefile index 126b611..81bc9d8 100644 --- a/xorg-server/Makefile +++ b/xorg-server/Makefile @@ -9,8 +9,12 @@ install: ln -sf -- ~/.dotfiles/.secrets/backgrounds ~/.config/backgrounds; \ fi mkdir -p -- ../.secrets/backgrounds + if test ! -L ~/.config/background && test ! -e ~/.config/background; then \ + ln -s backgrounds/default ~/.config/background; \ + fi uninstall: -unlink -- ~/.config/backgrounds + -unlink -- ~/.config/background .PHONY: install uninstall -- cgit v1.2.3-70-g09d2