From d8cd7fcbf344522641afc155709acc94f5261690 Mon Sep 17 00:00:00 2001 From: Vaxry <43317083+vaxerski@users.noreply.github.com> Date: Fri, 25 Nov 2022 19:58:53 +0000 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a86d389..39e231d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ # hyprland-protocols -Wayland protocol extensions for Hyprland +Wayland protocol extensions for Hyprland. + +This repository exists in an effort to bridge the gap between Hyprland and KDE/Gnome's functionality. + +Since `wlr-protocols` is closed for new submissions, and `wayland-protocols` is very slow with changes, this repo will hold protocols used by Hyprland to bridge the aforementioned gap. + +# Finished protocols +- None + +# Planned protocols +- `hyprland_toplevel_export` -> for exporting toplevel buffers (aka. windows) for screensharing +- `hyprland_global_keybindings` -> for managing global keybinds via D-Bus. + +# 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. +