From 23512392a40b588da1ba13be5d854f3a4b9cea70 Mon Sep 17 00:00:00 2001 From: Syahrial Agni Prasetya Date: Sat, 6 Mar 2021 14:06:42 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d759608..f590eb0 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ archbox --remount-run ``` after user login, And sometimes you need to kill every process that runs in XDG_RUNTIME_DIR when you log out, You need to reinstall archbox with ```--exp``` flag and use ```startx-killxdg``` instead of ```startx```, or run : ``` -/usr/local/share/archbox/bin/remount_run killxdg +/usr/local/share/archbox/bin/uth killxdg ``` on logout. you can put it in ```/etc/gdm/PostSession/Default``` if you use GDM, or just disable mounting ```/run``` entirely, set ```MOUNT_RUN``` in ```/etc/archbox.conf``` to anything other than ```yes``` to disable mounting ```/run``` and do : ```