obv: add a small sleep

seems to be a bit race-condition-y :|
This commit is contained in:
xfnw 2023-12-08 21:51:46 -05:00
parent c00ff8c5b8
commit 610d922b78
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ cd ~/.cache/obv
while inotifywait -e close_write ~/screen.png
do
sleep 0.1
idiff
tile
done