]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/urxvtd.json
Merge pull request #313 from iagoleal/fennel
[xdg-ninja.git] / programs / urxvtd.json
index ec60a1c40a6ce0cb525590302ddc294cedd79146..e1ad5f7edbfc08e82078d8e2cbb47ce68640633e 100644 (file)
@@ -1,10 +1,10 @@
 {
     "files": [
         {
-            "path": "$HOME/.urxvt/urxvtd-hostname",
+            "path": "$HOME/.urxvt",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport RXVT_SOCKET=\"$XDG_RUNTIME_DIR\"/urxvtd\n```\n"
+            "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"
         }
     ],
     "name": "urxvtd"
-}
\ No newline at end of file
+}