aboutsummaryrefslogtreecommitdiff
path: root/Ratinox
diff options
context:
space:
mode:
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):