Remove xauth command since #168 was fixed

Anthony Wang 2022-07-28 20:31:10 -05:00
parent d2f66c8330
commit d6f611866f

@ -2,6 +2,5 @@ You can use a custom **window manager** by editing your `~/.xinitrc` file to sta
You can also install the WM or DE inside [Toolbox](Toolbox) (recommended) or a [Podman container](Containers). Then use edit your `.xinitrc` to start the WM or DE (in this case, GNOME):
```sh
xauth add $DISPLAY . $(xauth list | head -n 1 | cut -d' ' -f5)
toolbox run dbus-run-session gnome-session # or whatever WM or DE you want
```