open_window has a better API than open_standard_window. It uses named parameters and supplies default values for everything you don’t specify. This way, you can use every feature which X11::XCB::Window supports.
The hard-coded socket paths are not useful when running the test suite in parallel.
Fixes #385.