diff --git a/restartdwl.md b/restartdwl.md index a9fd1b3..c903569 100644 --- a/restartdwl.md +++ b/restartdwl.md @@ -14,7 +14,9 @@ while $do || [ -f /tmp/restart_dwl ]; do done ``` It's a do-while that checks if **/tmp/restart_dwl** exists after the first run of dwl. -If this file exists delete it and start dwl again. +If this file exists delete it and start dwl again. + +**Idea**: you could make your dwl compile on restart ### Download - [2022-10-27](https://github.com/djpohly/dwl/compare/main...krypciak:patch-restartdwl.patch)