diff options
Diffstat (limited to 'Ratinox')
-rwxr-xr-x | Ratinox | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ def click(*coordinates): assert len(coordinates) in (0, 2) if coordinates: subprocess.check_call(("ratpoison", "-c", "ratwarp {:d} {:d}".format(*coordinates))) - shutil.copy(screencap_file, "{}.{:f}".format(screencap_file, time.time())) + shutil.copy(screencap_file, "{}.{:f}.xwd".format(screencap_file, time.time())) subprocess.check_call(("ratpoison", "-c", "ratclick")) with xvfbwrapper.Xvfb(fbdir = screencap_dir): |