xdg-desktop-portal-hyprland/README.md

28 lines
295 B
Markdown
Raw Normal View History

2018-12-12 11:46:19 +01:00
# xdg-desktop-portal-wlr
2018-12-12 22:29:57 +01:00
2018-12-12 11:46:19 +01:00
xdg-desktop-portal backend for wlroots
2018-12-12 22:29:57 +01:00
## Building
```sh
meson build
ninja -C build
```
## Installing
```sh
ninja -C build install
```
Make sure `XDG_CURRENT_DESKTOP=sway` is set.
```sh
/usr/lib/xdg-desktop-portal -r &
xdg-desktop-portal-wlr
```
## License
MIT