From ec1cb1e88d75633df7d01fc291e2d9900b5be704 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Tue, 22 Mar 2022 22:33:14 +0100 Subject: [PATCH] clarified the situation with compositors in the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 46586df..f661912 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@

Hypr is a dynamic Linux tiling window manager for Xorg. It's written in XCB with modern C++ and aims to provide easily readable and expandable code. +Hypr is _only_ a window manager. It is not a compositor and does not implement a compositor's functionality. You can run it without one (e.g. Picom) though, since it runs on Xorg, which doesn't require a compositor. + Hypr needs testers! Check it out and report suggestions or bugs!