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