README: Start termux-x11 without suppressing the output
When suppressing it would be difficult to diagnose issues
This commit is contained in:
parent
41f1f7f339
commit
491cc8304d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user