diff options
author | Sevz <leohdz172@protonmail.com> | 2022-03-20 12:48:15 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-20 12:48:15 -0600 |
commit | 44932053baad8517072a99a90612f0ac932ffa44 (patch) | |
tree | bb7b432a43d53366aa4be7bcfed9e816cd46f400 /README.md | |
parent | 1dfd867d9caa61d9f3fabf695a72b2fea35b6193 (diff) | |
parent | dd463b25c7de4ea802038997a93ea749297b8c2d (diff) |
Merge pull request #204 from djpohly/scenegraph3
merge scenegraph3
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -19,15 +19,14 @@ dwl is not meant to provide every feature under the sun. Instead, like dwm, it s - Various Wayland protocols - XWayland support as provided by wlroots (can be enabled in `config.mk`) - Zero flickering - Wayland users naturally expect that "every frame is perfect" +- Layer shell popups (used by Waybar) +- Damage tracking provided by scenegraph API Features under consideration (possibly as patches) are: - Protocols made trivial by wlroots -- Implement the input-inhibitor protocol to support screen lockers -- Implement the idle-inhibit protocol which lets applications such as mpv disable idle monitoring -- Layer shell popups (used by Waybar) -- Basic yes/no damage tracking to avoid needless redraws -- More in-depth damage region tracking ([which may improve power usage](https://mozillagfx.wordpress.com/2019/10/22/dramatically-reduced-power-usage-in-firefox-70-on-macos-with-core-animation/)) +- Implement the input-inhibitor protocol to support screen lockers (see https://github.com/djpohly/dwl/pull/132) +- Implement the idle-inhibit protocol which lets applications such as mpv disable idle monitoring (see https://github.com/djpohly/dwl/pull/133) - Implement the text-input and input-method protocols to support IME once ibus implements input-method v2 (see https://github.com/ibus/ibus/pull/2256 and https://github.com/djpohly/dwl/pull/12) Feature *non-goals* for the main codebase include: |