]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
xinit: add disclaimers about startx (#101)
authorLayerex <layerex@dismail.de>
Sat, 11 Jun 2022 13:15:26 +0000 (16:15 +0300)
committerGitHub <noreply@github.com>
Sat, 11 Jun 2022 13:15:26 +0000 (13:15 +0000)
* xinit: add disclaimers about startx

* xinit: variables => variable

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
+}