]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
xorg-xauth: add `SDDM` info (#116)
authorHanabishi <13597663+HanabishiRecca@users.noreply.github.com>
Tue, 28 Jun 2022 17:01:41 +0000 (22:01 +0500)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2022 17:01:41 +0000 (17:01 +0000)
programs/xorg-xauth.json

index 0a01fd9a4c7415e5c93b318361291c205be91b6a..6d0856ae467a6ad7c4996ac019156f036dfccb2d 100644 (file)
@@ -3,8 +3,8 @@
         {
             "path": "$HOME/.Xauthority",
             "movable": true,
         {
             "path": "$HOME/.Xauthority",
             "movable": true,
-            "help": "Export the following environment variables:\n\n```bash\nexport XAUTHORITY=\"$XDG_RUNTIME_DIR\"/Xauthority\n```\n\n- **LightDM does not allow you to do this.** See [here](https://askubuntu.com/a/961459) for workaround.\n- SLiM has _~/.Xauthority_ hardcoded\n\n_Note: this might not work as expected, so be careful._\n"
+            "help": "Export the following environment variables:\n\n```bash\nexport XAUTHORITY=\"$XDG_RUNTIME_DIR\"/Xauthority\n```\n\n- **LightDM does not allow you to do this.** See [here](https://askubuntu.com/a/961459) for workaround.\n- SLiM has _~/.Xauthority_ hardcoded\n\n- SDDM uses its own config to set XAUTHORITY variable. **Do not set it manually.**\nExample `/etc/sddm.conf.d/xorg_settings.conf`:\n```ini\n[X11]\nUserAuthFile=.local/share/sddm/Xauthority\n```\n_Note: this might not work as expected, so be careful._\n"
         }
     ],
     "name": "xorg-xauth"
         }
     ],
     "name": "xorg-xauth"
-}
\ No newline at end of file
+}