readme - clarify xsession errors

This commit is contained in:
Carsten Haitzler 2022-06-04 17:49:02 +01:00
parent e14073ac20
commit c1d913ff91
1 changed files with 2 additions and 1 deletions

View File

@ -184,7 +184,8 @@ exec /usr/local/bin/enlightenment_start >& ~/.xsession-errors
```
(`exec` tells the shell to replace itself with the following command
and this ensures all output is logged to the `~/.xsession-errors`).
and `>& ~/.xsession-errors` ensures all output is logged to the
`~/.xsession-errors` file).
You may also want your `~/.xsession` file to be the same, so make a link: