From c9a4f106fc03d226b3570036e9aec21c6d69c9e6 Mon Sep 17 00:00:00 2001 From: Layerex Date: Sat, 11 Jun 2022 16:15:26 +0300 Subject: [PATCH] xinit: add disclaimers about startx (#101) * xinit: add disclaimers about startx * xinit: variables => variable --- programs/xinit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 +} -- 2.47.3