mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-08-02 20:35:26 +02:00
work on fim
This commit is contained in:
parent
dd508884b0
commit
62dfed7a6c
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ def waitMouseClick():
|
|||
|
||||
while True:
|
||||
os.system("killall fim")
|
||||
os.system("fim -qa image1.png &")
|
||||
os.system("fim -qa image1.png 2>/dev/null &")
|
||||
waitMouseClick()
|
||||
os.system("killall fim")
|
||||
os.system("fim -qa image2.png &")
|
||||
os.system("fim -qa image2.png 2>/dev/null &")
|
||||
waitMouseClick()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue