From ba91e2930347b4fd0db8e18ad4f7f62c95e2d0be Mon Sep 17 00:00:00 2001 From: amolinae06 Date: Mon, 19 May 2025 00:25:01 -0600 Subject: [PATCH] fix dwl issue --- postinstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/postinstall.sh b/postinstall.sh index 47a12c6..678745a 100644 --- a/postinstall.sh +++ b/postinstall.sh @@ -28,6 +28,7 @@ dl_wallpapers() { make_dwl() { cd $HOME/.local/src/dwl/ + sed -i "s|/home/amolinae/|/home/$user/|g" config.h bwroot make install }