From 204e9d2329741892de39453b321e590245c3db96 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Fri, 3 May 2024 17:51:13 -0700 Subject: [PATCH] focus_grab: add to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f928506..f360827 100644 --- a/README.md +++ b/README.md @@ -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.