]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Update w3m.json (#220)
authorDoodles <doodles33@protonmail.com>
Wed, 15 Feb 2023 07:57:48 +0000 (04:57 -0300)
committerGitHub <noreply@github.com>
Wed, 15 Feb 2023 07:57:48 +0000 (08:57 +0100)
programs/w3m.json

index 60d803ab6cd7c1262ea735277d259094995feae2..d69ecc6377054c9caac631007b02aae2d373914b 100644 (file)
@@ -2,9 +2,9 @@
     "files": [
         {
             "path": "$HOME/.w3m",
-            "movable": false,
-            "help": "Currently not supported, see this [PR](https://github.com/tats/w3m/pull/207).\n"
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport W3M_DIR=\"$XDG_DATA_HOME\"/w3m\n```\n"
         }
     ],
     "name": "w3m"
-}
\ No newline at end of file
+}