aboutsummaryrefslogtreecommitdiff
path: root/Ratinox
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2019-02-15 04:36:09 +0000
committerRob Austein <sra@hactrn.net>2019-02-15 04:36:09 +0000
commit462f33573500393d29111b78d1aa621f9beb8493 (patch)
tree51e2e35f101e476b3cd42935942e3a59cf3d35c8 /Ratinox
parentf7bd5d48daaff0980fcccefcfbb884db611448a8 (diff)
Might actually be working?
Diffstat (limited to 'Ratinox')
-rwxr-xr-xRatinox2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ratinox b/Ratinox
index e3b2f43..67421e3 100755
--- a/Ratinox
+++ b/Ratinox
@@ -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):