From a7c183800e74f337753de186522b9017a07a8cee Mon Sep 17 00:00:00 2001 From: Vaxry <43317083+vaxerski@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:49:49 +0100 Subject: [PATCH] README: add hyprland-ctm-control --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 582044b..9d4df04 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ hyprland-exclusive plumbing protocols anyways. - `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. +- `hyprland_ctm_control` -> for managing CTMs of displays. See [hyprsunset](https://github.com/hyprwm/hyprsunset) # 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.