]> code.delx.au - bg-scripts/blobdiff - bin/randombg.py
RandomBG: Changed default socket
[bg-scripts] / bin / randombg.py
index 8e57f5452c9ab345991322edf6168a77757a1f89..29dcc20fd346351c9cfb6c89947b243f911dfd93 100755 (executable)
@@ -368,7 +368,7 @@ def build_parser():
                action="store", type="int", default=1800, dest="cycle_time",
                help="Cause the image to cycle every X seconds")
        parser.add_option("--socket",
-               action="store", type="string", dest="socket_filename", default=os.path.expanduser('~/tmp/tmp_socket'),
+               action="store", type="string", dest="socket_filename", default=os.path.expanduser('~/.randombg_socket'),
                help="Location of the command/control socket.")
        parser.add_option("--history-file",
                action="store", type="string", dest="history_filename", default=os.path.expanduser('~/.randombg_historyfile'),