Hello Eli, thanks. I added the version tags, the NEWS entry, improved the docstrings and use `xdg-runtime-dir' now. See the updated patch attached to this mail. >> + (sock (and dir (expand-file-name >> + (format "qutebrowser/ipc-%s" (md5 (user-login-name))) >> + dir)))) > > I think Qutebrowser is available on Windows, where we don't (yet) > support local sockets. So I think there should be some kind of test > for running on Windows, and falling back to alternatives. On Windows, the socket won't be there, and the new Qutebrowser window will be opened by the newly executed Qutebrowser process via `call-process'. This will work but is unfortunately slower. Daniel