Find a file
2024-10-07 23:32:59 +01:00
nix nix: init 2022-12-24 00:59:45 +02:00
protocols e 2024-10-07 23:32:59 +01:00
flake.lock flake.lock: update 2024-07-18 21:15:55 +03:00
flake.nix flake.nix: fix major lapse in judgement 2024-09-27 18:31:47 +03:00
hyprland-protocols.pc.in meson: init 2022-12-05 18:34:08 +02:00
LICENSE Initial commit 2022-11-25 19:55:11 +00:00
meson.build Meson, Nix: add VERSION file 2024-07-18 21:15:53 +03:00
README.md README: update wording 2024-10-06 12:39:52 +01:00
VERSION Meson, Nix: add VERSION file 2024-07-18 21:15:53 +03:00

hyprland-protocols

Wayland protocol extensions for Hyprland.

This repository exists in an effort to bridge the gap between Hyprland and KDE/Gnome's functionality.

Since wayland-protocols is slow to change (on top of Hyprland not being allowed to contribute), we have to maintain a set of protocols Hyprland uses to plumb some things / add a few minor features. Most of the protocols here are small, hyprland-exclusive plumbing protocols anyways.

Finished protocols

  • hyprland_toplevel_export -> for exporting toplevel buffers (aka. windows) for screensharing
  • hyprland_global_keybindings -> for managing global keybinds via D-Bus.
  • hyprland_focus_grab -> for grabbing input focus, primarily for complex context menus.

Contributing

Adding new protocols is discouraged. If the protocol has a good reason to be, and you have an impl ready, feel free to make a PR.

Fixing typos / adding explanations to existing protocols - welcome.

Adding functionality to protocols / new revisions - welcome, if accompanied with a reason and an impl.