README: Start termux-x11 without suppressing the output

When suppressing it would be difficult to diagnose issues
This commit is contained in:
marcusz 2022-03-17 16:26:45 +08:00 committed by GitHub
parent 41f1f7f339
commit 491cc8304d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ to work with GUI applications, start Termux:X11 first. a toast message saying `S
then you can start your desired graphical application by doing:
```
~ $ export XDG_RUNTIME_DIR=${TMPDIR}
~ $ termux-x11 :1 >/dev/null &
~ $ termux-x11 :1 &
~ $ env DISPLAY=:1 xfce4-session
```
You may replace `xfce4-session` if you use other than Xfce