fix dwl (again)

This commit is contained in:
amolinae06 2025-05-19 00:36:41 -06:00
parent ba91e29303
commit 6dd29ecf0f

View file

@ -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
}