From eafd317eecacf0dc824bb80f6bbd52fe8892bf6a Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Thu, 23 Apr 2020 23:13:47 -0500 Subject: [PATCH] update readme --- README.md | 18 ++++++++++-------- 1 file 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