From 462f33573500393d29111b78d1aa621f9beb8493 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 15 Feb 2019 04:36:09 +0000 Subject: Might actually be working? --- Ratinox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ratinox') 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): -- cgit v1.2.3