commit f1e105c8ec833676404268984f1a00675f63f172 parent 828f56490b050a59d1c72d065860b4badc3eee60 Author: Bharatvaj H <bharatvaj@yahoo.com> Date: Sat, 7 Aug 2021 04:01:49 +0530 Added info about xauth Diffstat:
M | X11.md | | | 9 | +++++++-- |
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/X11.md b/X11.md @@ -1,7 +1,12 @@ # X11 -Launch firefox as user without xorg -.config/X11/xinitrc file should be cleared for this to work, otherwise it would launch i3 ``` +# Launch firefox as user without xorg +# .config/X11/xinitrc file should be cleared for this to work, otherwise it would launch i3 xinit firefox $* -- :0 vt$XDG_VTNR + + +# Configure xauth manually +# $HOST was not defined in arch, I added it manually when using it +xauth add ${HOST}:0 . $(xxd -l 16 -p /dev/urandom) ```