Added back loop for restarting dwm without returning back to tty

This commit is contained in:
_N0x 2021-10-17 14:59:09 +02:00
parent 588d875a30
commit 3ac8e2032c

View File

@ -56,4 +56,6 @@ export AWT_TOOLKIT=MToolkit
export GTK_THEME=Breeze:dark
# execture dwm
dwm >/dev/null 2>&1
while true; do
dwm >/dev/null 2>&1
done