mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-05 16:25:59 +01:00
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:
parent
5d4dd833a4
commit
835a928bd4
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue