hyprwm / xdg-desktop-portal-hyprland

xdg-desktop-portal backend for Hyprland

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xdg-desktop-portal-hyprland

An XDG Desktop Portal backend for Hyprland.

Installing

First, make sure to install the required dependencies:

gbm
hyprland-protocols
hyprlang
libdrm
libpipewire-0.3
libspa-0.2
sdbus-cpp
wayland-client
wayland-protocols

Then run the build and install command:

git clone --recursive https://github.com/hyprwm/xdg-desktop-portal-hyprland
cd xdg-desktop-portal-hyprland/
cmake -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib -DCMAKE_INSTALL_PREFIX=/usr -B build
cmake --build build
sudo cmake --install build

Running, FAQs, etc.

See the Hyprland wiki

About

xdg-desktop-portal backend for Hyprland

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 91.0%Language:CMake 3.9%Language:Meson 2.8%Language:Nix 2.2%Language:Makefile 0.1%