From: Riccardiunix <17615901+Riccardiunix@users.noreply.github.com> Date: Mon, 19 Sep 2022 17:55:53 +0000 (+0000) Subject: fix urxvt (#178) X-Git-Tag: v0.2.0.2~141 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/e5b3917234a3b85a3ce0614b45fcafeb486c1ae2?ds=sidebyside fix urxvt (#178) --- diff --git a/programs/urxvtd.json b/programs/urxvtd.json index ec60a1c..e1ad5f7 100644 --- a/programs/urxvtd.json +++ b/programs/urxvtd.json @@ -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 +}