hyprwm / Hypr

Hypr is a tiling window manager written in modern C++.
BSD 3-Clause "New" or "Revised" License
1.06k stars 32 forks source link

[Documentation] #45

Closed jzbor closed 2 years ago

jzbor commented 2 years ago

Is Hypr a compositing window manager? Does it make compositors such as picom obsolete? It would me nice if those things would be documented somewhere. Thanks a lot for the project - it looks great!

vaxerski commented 2 years ago

No, Hypr is only a window manager. It runs on Xorg, so technically a compositor is not necessary, however, Hypr does not replace nor implement functionality provided by a compositor.

Rounded corners and animations are done properly from within the window manager, and not through a compositor.