X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/296e56e0b523d4d24b5044ef6dbd0ad6eb79a2b5..caa890fca9d9f3336b1dbc54b6c4389ffa92ba0a:/programs/xinit.json diff --git a/programs/xinit.json b/programs/xinit.json index 2ee1e63..0766076 100644 --- a/programs/xinit.json +++ b/programs/xinit.json @@ -2,14 +2,14 @@ "files": [ { "help": "Export the following environment variable:\n\n```bash\nexport XSERVERRC=\"$XDG_CONFIG_HOME\"/X11/xserverrc\n```\n", - "movable": false, + "movable": true, "path": "$HOME/.xserverrc" }, { - "help": "Export the following environment variable:\n\n```bash\nexport XINITRC=\"$XDG_CONFIG_HOME\"/X11/xinitrc\n```\n", - "movable": false, + "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, "path": "$HOME/.xinitrc" } ], "name": "xinit" -} \ No newline at end of file +}