]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/xinit.json
add support for network-manager-openvpn (#166)
[xdg-ninja.git] / programs / xinit.json
1 {
2 "files": [
3 {
4 "path": "$HOME/.xserverrc",
5 "movable": false,
6 "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"
7 },
8 {
9 "path": "$HOME/.xinitrc",
10 "movable": false,
11 "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"
12 }
13 ],
14 "name": "xinit"
15 }