focus_grab: add to readme

This commit is contained in:
outfoxxed 2024-05-03 17:51:13 -07:00
parent 5fe1a346ea
commit 204e9d2329
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -8,6 +8,7 @@ Since `wlr-protocols` is closed for new submissions, and `wayland-protocols` is
# 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.