Go to file
Jacob Birkett 57a3a41ba6
flake: protocols input follows systems (#76)
2023-08-12 14:52:50 +03:00
.builds builds: add gbm and libdrm to the build environment 2022-04-10 13:38:01 +02:00
.github/workflows nix: add files 2022-12-04 01:45:36 +02:00
contrib systemd: switch slice for xdph (#34) 2023-03-19 19:38:56 +00:00
hyprland-share-picker fix share picker region H coord 2023-03-16 15:21:55 +00:00
include screencast: restore window share by class 2023-05-25 16:54:02 +02:00
nix Nix: Some corrections for overlays (#75) 2023-08-10 00:22:51 +03:00
protocols [WIP] Global Shortcuts impl (#35) 2023-04-09 13:47:05 +01:00
src screencast: correct array size (#72) 2023-07-23 15:48:06 +02:00
subprojects meson: require hl-protocols 0.2 2023-04-09 21:44:51 +03:00
.editorconfig Add yml exception to editorconfig 2020-03-13 21:01:32 +01:00
.gitignore Implement hyprland-share-picker 2022-12-03 21:27:49 +00:00
.gitmodules nix & meson: add hyprland-protocols through pkgconfig (#14) 2023-01-08 14:00:36 +01:00
CONTRIBUTING.md Fix link to trigger-screen-shot.py 2021-03-04 20:42:40 +01:00
LICENSE Initial commit 2018-12-12 11:46:19 +01:00
README.md update readme 2022-12-10 20:31:30 +00:00
flake.lock flake: protocols input follows systems (#76) 2023-08-12 14:52:50 +03:00
flake.nix flake: protocols input follows systems (#76) 2023-08-12 14:52:50 +03:00
hyprland.portal [WIP] Global Shortcuts impl (#35) 2023-04-09 13:47:05 +01:00
meson.build version: bump to 0.5.0 2023-08-03 19:08:45 +02:00
meson_options.txt Implement hyprland-share-picker 2022-12-03 21:27:49 +00:00
org.freedesktop.impl.portal.desktop.hyprland.service.in Implement hyprland-share-picker 2022-12-03 21:27:49 +00:00

README.md

xdg-desktop-portal-hyprland

xdg-desktop-portal backend for hyprland

What and why?

Due to reasons explained in hyprland-protocols, we have a separate desktop portal impl for Hyprland.

Although -wlr does work with Hyprland, -hyprland offers more features.

Additional dependencies

XDPH depends on qt6 and qt6-wayland for the sharing selector. Lack of either will cause screensharing to not work at all.

Building

meson build --prefix=/usr
ninja -C build
cd hyprland-share-picker && make all && cd ..

Installing

From Source

ninja -C build install
sudo cp ./hyprland-share-picker/build/hyprland-share-picker /usr/bin

AUR

yay -S xdg-desktop-portal-hyprland-git

Usage

Although should start automatically, consult the Hyprland wiki in case of issues.

For other wlroots-based compositors

If you are a developer and wish to support features that XDPH provides, make sure to support those protocols:

  • wlr_foreign_toplevel_management_unstable_v1
  • hyprland_toplevel_export_v1 - XDPH uses Rev2 exclusively (_with_toplevel_handle)

License

MIT