X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/588191841da71b0eb64dbaf03f047820b6140aa3..716a8d7c83cee969a78dfdfacdb2c77b057e340e:/programs/xinit.json diff --git a/programs/xinit.json b/programs/xinit.json index 6ba42b9..0766076 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": true, - "help": "Export the following environment variables:\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\n**WARNING: Moving this file can potentially lead to not being able to start your X11 session or some programs (eg. Wine) not working as intended.**\n", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport XINITRC=\"$XDG_CONFIG_HOME\"/X11/xinitrc\n```\n" + "path": "$HOME/.xinitrc" } ], "name": "xinit" -} \ No newline at end of file +}