mirror of
https://github.com/hyprwm/hyprland-protocols.git
synced 2025-01-15 04:29:47 +01:00
README: reword some parts
This commit is contained in:
parent
271df559dd
commit
e3b6af97dd
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
@ -1,11 +1,13 @@
|
|||
# hyprland-protocols
|
||||
Wayland protocol extensions for Hyprland.
|
||||
|
||||
This repository exists in an effort to bridge the gap between Hyprland and KDE/Gnome's functionality.
|
||||
This repository exists in an effort to bridge the gap between Hyprland and KDE/Gnome's functionality,
|
||||
as well as allow apps for some extra neat functionality under Hyprland.
|
||||
|
||||
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.
|
||||
a set of protocols Hyprland uses to plumb some things / add some useful features.
|
||||
|
||||
Some of the protocols here also do not belong in w-p, as they are specific to Hyprland.
|
||||
|
||||
# Finished protocols
|
||||
- `hyprland_toplevel_export` -> for exporting toplevel buffers (aka. windows) for screensharing
|
||||
|
@ -15,7 +17,9 @@ hyprland-exclusive plumbing protocols anyways.
|
|||
- `hyprland_surface` -> for setting hyprland specific wl_surface properties.
|
||||
|
||||
# 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.
|
||||
Adding new protocols is *discouraged*, as most things you think of can already be done one way or another.
|
||||
However, if the protocol has a good reason to be, and you have an impl ready, feel free to make a PR.
|
||||
We're always up for a discussion to improve things!
|
||||
|
||||
Fixing typos / adding explanations to existing protocols - welcome.
|
||||
|
||||
|
|
Loading…
Reference in a new issue