1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

xorg: use basic dwm start

This commit is contained in:
2023-12-11 01:24:16 +01:00
parent b1029daeb5
commit cc094c591c

View File

@@ -11,15 +11,5 @@ setbg
csum=""
new_csum=$(sha1sum $(which dwm))
while true
do
if [ "$csum" != "$new_csum" ]
then
csum=$new_csum
dwm
else
exit 0
fi
new_csum=$(sha1sum $(which dwm))
sleep 0.5
done
exec dwm