diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-04-12 21:33:51 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-04-12 21:33:51 -0400 |
commit | 99b92b4104bf7bdd7663289c71f6cf0933e16a0f (patch) | |
tree | be2fefb8392d207ef7e168984ffa2eda1be2af0c | |
parent | 26b993749d0ea984d283973e2e5ed57eb1fcfb59 (diff) |
Update README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ code you were going to write anyway. Wayland interfaces, both from wayland.xml and various protocol extensions. We also promote the standardization of portable extensions across many compositors. +- wlroots provides several powerful, standalone, and optional tools that + implement components common to many compositors, such as the arrangement of + outputs in physical space. - wlroots provides an Xwayland abstraction that allows you to have excellent Xwayland support without worrying about writing your own X11 window manager on top of writing your compositor. |