From 296e56e0b523d4d24b5044ef6dbd0ad6eb79a2b5 Mon Sep 17 00:00:00 2001 From: b3nj5m1n Date: Wed, 29 Mar 2023 12:17:01 +0200 Subject: [PATCH] Remove disclaimer about startx Closes #222 --- programs/xinit.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/programs/xinit.json b/programs/xinit.json index f0ed13d..2ee1e63 100644 --- a/programs/xinit.json +++ b/programs/xinit.json @@ -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 -- 2.47.3