diff options
| author | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-04-08 21:12:32 -0500 | 
|---|---|---|
| committer | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-04-08 21:12:32 -0500 | 
| commit | 29a2b647b27e5314fa1b9cb6158eb95cfb0bc405 (patch) | |
| tree | c41b9bbe262c40b67cc4aab3afe0ab7f3b467097 /README.md | |
| parent | dd0b8e4c371841761818b1182fcea1e8bd495676 (diff) | |
| parent | c00697e6438164e08baacc309b3dcdb727053aeb (diff) | |
| download | dwl-29a2b647b27e5314fa1b9cb6158eb95cfb0bc405.tar.gz | |
Merge remote-tracking branch 'djpohly/main' into HEAD
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -14,8 +14,10 @@ dwl is not meant to provide every feature under the sun. Instead, like dwm, it s  - Any features provided by dwm/Xlib: simple window borders, tags, keybindings, client rules, mouse move/resize. Providing a built-in status bar is an exception to this goal, to avoid dependencies on font rendering and/or drawing libraries when an external bar could work well.  - Configurable multi-monitor layout support, including position and rotation  - Configurable HiDPI/multi-DPI support +- Idle-inhibit protocol which lets applications such as mpv disable idle monitoring  - Provide information to external status bars via stdout/stdin  - Urgency hints via xdg-activate protocol +- Support screen lockers via input-inhibitor 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" @@ -25,8 +27,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 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: | 
