]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/xinit.json
Add netrc (#172)
[xdg-ninja.git] / programs / xinit.json
index 6ba42b953940b1f38d979d6234185a7376f0cf05..f0ed13d2c7e8216178f39ac2e7c9e3a938ffe10f 100644 (file)
@@ -2,14 +2,14 @@
     "files": [
         {
             "path": "$HOME/.xserverrc",
     "files": [
         {
             "path": "$HOME/.xserverrc",
-            "movable": true,
-            "help": "Export the following environment variables:\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/.xinitrc",
         },
         {
             "path": "$HOME/.xinitrc",
-            "movable": true,
-            "help": "Export the following environment variables:\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"
         }
     ],
     "name": "xinit"
         }
     ],
     "name": "xinit"
-}
\ No newline at end of file
+}