1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-08-04 21:35:24 +02:00

work on mouse click

This commit is contained in:
dbarzin 2022-07-14 14:00:37 +02:00
parent d9cc0b1ef2
commit 7d52bcdfd6
2 changed files with 4 additions and 1 deletions

View file

@ -11,4 +11,4 @@ def waitMouseClick():
os.system("fim *.png -qa -c 'while(1){display;sleep 1;next;}' </dev/null 2>/dev/null &")
waitMouseClick()
os.system("killall fim")
os.system("killall -s 9 fim")