Update README.md

This commit is contained in:
Lemniskett 2020-11-02 19:41:09 +07:00 committed by GitHub
parent 30ab328780
commit d3c9982a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,4 +65,5 @@ Although /run is mounted in chroot enviroment on boot, XDG_RUNTIME_DIR is not vi
``` ```
archbox --remount-run archbox --remount-run
``` ```
after user login. Tested in Void Linux musl. after user login, Also you need to kill every process that runs in XDG_RUNTIME_DIR when you log out, if you use ```startx``` you need to reinstall archbox with ```--exp``` flag and use ```startx-killxdg``` instead of ```startx```.
Tested in Void Linux musl.