From: Layerex Date: Sat, 11 Jun 2022 13:15:26 +0000 (+0300) Subject: xinit: add disclaimers about startx (#101) X-Git-Tag: v0.2.0.1~16 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/c9a4f106fc03d226b3570036e9aec21c6d69c9e6?ds=sidebyside xinit: add disclaimers about startx (#101) * xinit: add disclaimers about startx * xinit: variables => variable --- diff --git a/programs/xinit.json b/programs/xinit.json index 6ba42b9..f0ed13d 100644 --- a/programs/xinit.json +++ b/programs/xinit.json @@ -2,14 +2,14 @@ "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", - "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" -} \ No newline at end of file +}