diff options
author | Rob Austein <sra@hactrn.net> | 2019-02-15 04:36:09 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2019-02-15 04:36:09 +0000 |
commit | 462f33573500393d29111b78d1aa621f9beb8493 (patch) | |
tree | 51e2e35f101e476b3cd42935942e3a59cf3d35c8 /Ratinox | |
parent | f7bd5d48daaff0980fcccefcfbb884db611448a8 (diff) |
Might actually be working?
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): |