]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blobdiff - autorandr.py
Bugfix for #106 and add to changelog
[deb_pkgs/autorandr.git] / autorandr.py
index 391f35686a23fd2ce9ae132e527ca612bbccc275..f14f5ab536152f60109e47524d092f673e0ba753 100755 (executable)
@@ -1164,7 +1164,7 @@ def main(argv):
             exec_scripts(profile_folder, "postsave", {
                 "CURRENT_PROFILE": options["--save"],
                 "PROFILE_FOLDER": profile_folder,
-                "MONITORS": ":".join(load_config.keys()),
+                "MONITORS": ":".join(config.keys()),
             })
         except Exception as e:
             raise AutorandrException("Failed to save current configuration as profile '%s'" % (options["--save"],), e)