aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-07-23 16:51:26 -0400
committerDevin J. Pohly <djpohly@gmail.com>2020-07-23 16:51:26 -0400
commit22542980889ca732e90d0300e4f4f53a1ce2c20c (patch)
treedd4f488930bc3606c63c5acfb909828cd8d10d95 /README.md
parent73992a874ae01b87ebed5cf23f0e4cf2840af27d (diff)
add non-goals list to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index a16d12e..02ac067 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,12 @@ Other features under consideration are:
- More in-depth damage region tracking
+Feature *non-goals* include:
+
+- Client-side decoration (any more than is necessary to tell the clients not to)
+- Client-initiated window management, such as move, resize, and close, which can be done through the compositor
+
+
## Building dwl
dwl has only two dependencies: wlroots (git version currently required) and wayland-protocols. Simply install these and run `make`.