2022-12-03 21:47:58 +01:00
|
|
|
# xdg-desktop-portal-hyprland
|
2023-09-06 20:36:48 +02:00
|
|
|
An [XDG Desktop Portal](https://github.com/flatpak/xdg-desktop-portal) backend for Hyprland.
|
2022-12-05 01:43:40 +01:00
|
|
|
|
2018-12-12 22:29:57 +01:00
|
|
|
## Installing
|
2020-04-29 19:50:53 +02:00
|
|
|
```sh
|
2023-10-06 23:33:42 +02:00
|
|
|
git clone --recursive https://github.com/hyprwm/xdg-desktop-portal-hyprland
|
|
|
|
cd xdg-desktop-portal-hyprland/
|
|
|
|
make all
|
2023-09-06 20:36:48 +02:00
|
|
|
sudo make install
|
2020-04-29 19:50:53 +02:00
|
|
|
```
|
|
|
|
|
2023-09-06 20:36:48 +02:00
|
|
|
## Running, FAQs, etc.
|
|
|
|
See [the Hyprland wiki](https://wiki.hyprland.org/Useful-Utilities/Hyprland-desktop-portal/)
|
2019-12-09 12:45:30 +01:00
|
|
|
|