]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/xorg.json
Update python help
[xdg-ninja.git] / programs / xorg.json
1 {
2 "files": [
3 {
4 "path": "$HOME/.xsession-errors",
5 "movable": true,
6 "help": "You need to export these environment variables as part of your xorg init script.\n\nThis could be _$HOME/.xinitrc_ for example, most display managers should also source _/etc/profile_.\n\n```bash\nERRFILE=\"$XDG_CACHE_HOME/X11/xsession-errors\"\n```\n"
7 },
8 {
9 "path": "$HOME/.Xsession",
10 "movable": true,
11 "help": "You need to export these environment variables as part of your xorg init script.\n\nThis could be _$HOME/.xinitrc_ for example, most display managers should also source _/etc/profile_.\n\n```bash\nALTUSERXSESSION=\"$XDG_CACHE_HOME/X11/Xsession\"\n```\n"
12 },
13 {
14 "path": "$HOME/.xsessionrc",
15 "movable": true,
16 "help": "You need to export these environment variables as part of your xorg init script.\n\nThis could be _$HOME/.xinitrc_ for example, most display managers should also source _/etc/profile_.\n\n```bash\nUSERXSESSIONRC=\"$XDG_CACHE_HOME/X11/xsessionrc\"\n```\n"
17 },
18 {
19 "path": "$HOME/.xsession",
20 "movable": true,
21 "help": "You need to export these environment variables as part of your xorg init script.\n\nThis could be _$HOME/.xinitrc_ for example, most display managers should also source _/etc/profile_.\n\n```bash\nUSERXSESSION=\"$XDG_CACHE_HOME/X11/xsession\"\n```\n"
22 }
23 ],
24 "name": "xorg"
25 }