X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/c9a4f106fc03d226b3570036e9aec21c6d69c9e6..4fd75ef894f5bee5a7c83cd2d5f51dfb6ae72860:/programs/xinit.json diff --git a/programs/xinit.json b/programs/xinit.json index f0ed13d..0766076 100644 --- a/programs/xinit.json +++ b/programs/xinit.json @@ -1,14 +1,14 @@ { "files": [ { - "path": "$HOME/.xserverrc", - "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" + "help": "Export the following environment variable:\n\n```bash\nexport XSERVERRC=\"$XDG_CONFIG_HOME\"/X11/xserverrc\n```\n", + "movable": true, + "path": "$HOME/.xserverrc" }, { - "path": "$HOME/.xinitrc", - "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" + "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"