]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/xinit.json
Merge pull request #258 from fourchettes/man_page
[xdg-ninja.git] / programs / xinit.json
index f0ed13d2c7e8216178f39ac2e7c9e3a938ffe10f..2ee1e630b7d483309ccda4f46911e04ed986d08e 100644 (file)
@@ -1,15 +1,15 @@
 {
     "files": [
         {
-            "path": "$HOME/.xserverrc",
+            "help": "Export the following environment variable:\n\n```bash\nexport XSERVERRC=\"$XDG_CONFIG_HOME\"/X11/xserverrc\n```\n",
             "movable": false,
-            "help": "**Disclaimer: this works only with xinit, not with startx.**\n\nExport the following environment variable:\n\n```bash\nexport XSERVERRC=\"$XDG_CONFIG_HOME\"/X11/xserverrc\n```\n"
+            "path": "$HOME/.xserverrc"
         },
         {
-            "path": "$HOME/.xinitrc",
+            "help": "Export the following environment variable:\n\n```bash\nexport XINITRC=\"$XDG_CONFIG_HOME\"/X11/xinitrc\n```\n",
             "movable": false,
-            "help": "**Disclaimer: this works only with xinit, not with startx.**\n\nExport the following environment variable:\n\n```bash\nexport XINITRC=\"$XDG_CONFIG_HOME\"/X11/xinitrc\n```\n"
+            "path": "$HOME/.xinitrc"
         }
     ],
     "name": "xinit"
-}
+}
\ No newline at end of file