diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2021-06-03 01:44:36 -0500 |
---|---|---|
committer | Devin J. Pohly <djpohly@gmail.com> | 2021-06-03 01:44:36 -0500 |
commit | d4ce92a7b5310c53afcfe7e47870d06a3c146c2c (patch) | |
tree | 4d3c38731e951c715a4d450a9788daef6683da5e /README.md | |
parent | 34521ea43bc7e9b65fd3c6decfadcff7db59d950 (diff) | |
parent | d8cf65c74f3b7132302027cfbf940de8548d7d17 (diff) |
Merge branch 'xdg-activation' into wlroots-next
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,6 +15,7 @@ dwl is not meant to provide every feature under the sun. Instead, like dwm, it s - Configurable multi-monitor layout support, including position and rotation - Configurable HiDPI/multi-DPI support - Provide information to external status bars via stdout/stdin +- Urgency hints via xdg-activate protocol - 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" @@ -22,7 +23,6 @@ dwl is not meant to provide every feature under the sun. Instead, like dwm, it s Features under consideration (possibly as patches) are: - Protocols made trivial by wlroots -- Implement urgent/focus-request once the xdg-activation protocol [hits wlroots](https://github.com/swaywm/wlroots/pull/2718) - 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) |