Add support for session restore on the linux portals backend, fixing #77
This commit is contained in:
parent
7a806f7b00
commit
c6c54c77a7
8 changed files with 70 additions and 13 deletions
12
README.md
12
README.md
|
|
@ -12,8 +12,16 @@ Supports Flatpak's RemoteDesktop portal (for Wayland), Windows and X11.
|
|||
* [Snap](https://snapcraft.io/remote-touchpad)
|
||||
* [Windows](https://github.com/Unrud/remote-touchpad/releases/latest)
|
||||
* Golang:
|
||||
* Portal & uinput & X11: `go install -tags portal,uinput,x11 github.com/unrud/remote-touchpad@latest`
|
||||
* Windows: `go install github.com/unrud/remote-touchpad@latest`
|
||||
* Portal & uinput & X11:
|
||||
|
||||
```sh
|
||||
go install -tags portal,uinput,x11 github.com/unrud/remote-touchpad@latest
|
||||
```
|
||||
* Windows:
|
||||
|
||||
```sh
|
||||
go install github.com/unrud/remote-touchpad@latest
|
||||
```
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue