4 "path": "$HOME/.urxvt",
6 "help": "Export the following environment variables:\n\n```bash\nexport RXVT_SOCKET=\"$XDG_RUNTIME_DIR\"/urxvtd\n```\n\nIf the ```$HOME/.urxvt``` folder still shows up, try adding ```RXVT_SOCKET=$XDG_DATA_HOME/urxvtd``` before the ```urxvtd``` command:\n\n```bash\nRXVT_SOCKET=\"$XDG_DATA_HOME\"/urxvtd urxvtd -q -o -f\n```\nIf that doesn't work either, try changing ```\"$XDG_DATA_HOME\"/urxvtd``` to ```/tmp/urxvt-socket```\n"