readme: update "Manual startup" section

Add -r flag to xdpw to make sure any currently running process gets
replaced.

Remove the /usr/lib/xdg-desktop-portal invocation since xdpw can now be
replaced.

Adapt the wording to the latest xdpw changes.
This commit is contained in:
Simon Ser 2021-05-03 15:22:04 +02:00 committed by danshick
parent 5d4dd833a4
commit 835a928bd4
1 changed files with 7 additions and 5 deletions

View File

@ -37,13 +37,15 @@ See `man 5 xdg-desktop-portal-wlr`.
### Manual startup
At the moment, some command line flags are available for testing, compatibility,
or output selection. If you need to use one of these flags, you can provide an
instance of xdpw using the following command:
At the moment, some command line flags are available for development and
testing. If you need to use one of these flags, you can start an instance of
xdpw using the following command:
```/usr/lib/xdg-desktop-portal -r & xdg-desktop-portal-wlr [OPTION...]```
```sh
xdg-desktop-portal-wlr -r [OPTION...]
```
To understand the available options, you can run `xdg-desktop-portal-wlr --help`
To list the available options, you can run `xdg-desktop-portal-wlr --help`.
## FAQ