]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Update xorg.json
authorFrancisco V <f.villar@web.de>
Fri, 20 May 2022 12:47:59 +0000 (14:47 +0200)
committerGitHub <noreply@github.com>
Fri, 20 May 2022 12:47:59 +0000 (14:47 +0200)
Fixed typo

programs/xorg.json

index db93402f547b18df8c343a09ca31998617d22336..667b63bc2470899e95879da2408576a1d1858d09 100644 (file)
@@ -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
+}