aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-04-23 23:13:47 -0500
committerDevin J. Pohly <djpohly@gmail.com>2020-04-23 23:44:54 -0500
commiteafd317eecacf0dc824bb80f6bbd52fe8892bf6a (patch)
tree41bfed7e24cc1d66c51c9c251245001b60201efb
parent1870187d62e7eb1a526bd3a24effd4d58ec3b9dd (diff)
update readme
-rw-r--r--README.md18
1 files changed, 10 insertions, 8 deletions
diff --git a/README.md b/README.md
index 1c02c50..a1132b3 100644
--- a/README.md
+++ b/README.md
@@ -77,17 +77,19 @@ user-level service manager like s6 or `systemd --user`.
dwl is a work in progress, and it has not yet reached its feature goals in a
number of ways:
-- Urgent/attention/focus-request not yet implemented
-- Borders and selected/normal/urgent colors not implemented
-- No support for layer-shell yet
+- Features not yet implemented:
+ - xdg-shell popups
+ - Urgent/attention/focus-request
+ - Borders and selected/normal/urgent colors
+ - layer-shell
+ - Statusbar support (built-in or external)
+ - Damage tracking
+ - Fullscreen/fixed windows (or whatever the Wayland analogues are)
+ - XWayland
- HiDPI works, but multi-DPI is not as nice as sway, depending on the scale
factors involved. Perhaps scaling filters are needed?
-- Monitor rotation/transform is not working yet
+- Monitor rotation/transform is not set up yet
- Mouse resize is not precise
-- No statusbar
-- No damage tracking
-- No handling of fullscreen/fixed windows (or whatever the Wayland analogues
- are)
## Acknowledgements