]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/xinit.json
Fix missing filename extension
[xdg-ninja.git] / programs / xinit.json
index 6ba42b953940b1f38d979d6234185a7376f0cf05..076607614753cb91e3f18567d5f972f78a3800e4 100644 (file)
@@ -1,15 +1,15 @@
 {
     "files": [
         {
 {
     "files": [
         {
-            "path": "$HOME/.xserverrc",
+            "help": "Export the following environment variable:\n\n```bash\nexport XSERVERRC=\"$XDG_CONFIG_HOME\"/X11/xserverrc\n```\n",
             "movable": true,
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport XSERVERRC=\"$XDG_CONFIG_HOME\"/X11/xserverrc\n```\n"
+            "path": "$HOME/.xserverrc"
         },
         {
         },
         {
-            "path": "$HOME/.xinitrc",
+            "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",
             "movable": true,
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport XINITRC=\"$XDG_CONFIG_HOME\"/X11/xinitrc\n```\n"
+            "path": "$HOME/.xinitrc"
         }
     ],
     "name": "xinit"
         }
     ],
     "name": "xinit"
-}
\ No newline at end of file
+}