]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/xinit.json
Add new-line character (#384)
[xdg-ninja.git] / programs / xinit.json
1 {
2 "files": [
3 {
4 "help": "Export the following environment variable:\n\n```bash\nexport XSERVERRC=\"$XDG_CONFIG_HOME\"/X11/xserverrc\n```\n",
5 "movable": true,
6 "path": "$HOME/.xserverrc"
7 },
8 {
9 "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",
10 "movable": true,
11 "path": "$HOME/.xinitrc"
12 }
13 ],
14 "name": "xinit"
15 }