X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/abe51259db6db1defbfe72f2f501830fa1f7803f..3ee0e241cedefdaf14bb15abcc61122f95415065:/programs/xorg.json diff --git a/programs/xorg.json b/programs/xorg.json index db93402..667b63b 100644 --- a/programs/xorg.json +++ b/programs/xorg.json @@ -3,23 +3,23 @@ { "path": "$HOME/.xsession-errors", "movable": true, - "help": "You need to export these enviornment 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" + "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" }, { "path": "$HOME/.Xsession", "movable": true, - "help": "You need to export these enviornment 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" + "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" }, { "path": "$HOME/.xsessionrc", "movable": true, - "help": "You need to export these enviornment 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" + "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" }, { "path": "$HOME/.xsession", "movable": true, - "help": "You need to export these enviornment 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" + "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" } ], "name": "xorg" -} \ No newline at end of file +}