]> code.delx.au - bg-scripts/commitdiff
RandomBG: Changed default socket
authorJames Bunton <jamesbunton@delx.net.au>
Tue, 1 Jul 2008 17:44:32 +0000 (03:44 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Tue, 1 Jul 2008 17:44:32 +0000 (03:44 +1000)
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'),