git: 56d1091e4f64 - 2023Q4 - x11-wm/dwl: chase upstream description after 82e46bbc2898
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Nov 2023 11:08:48 UTC
The branch 2023Q4 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=56d1091e4f64af90f8f6554e06f35943388f3de8 commit 56d1091e4f64af90f8f6554e06f35943388f3de8 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-11-25 11:00:34 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-11-25 11:07:11 +0000 x11-wm/dwl: chase upstream description after 82e46bbc2898 (cherry picked from commit 0e51fd45f223d78e8e8716972f97016ddb7cdc0a) --- x11-wm/dwl/pkg-descr | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/x11-wm/dwl/pkg-descr b/x11-wm/dwl/pkg-descr index 47ab527d5278..f88fb4f66e27 100644 --- a/x11-wm/dwl/pkg-descr +++ b/x11-wm/dwl/pkg-descr @@ -5,7 +5,7 @@ functionality. Like dwm, dwl is: - Easy to understand, hack on, and extend with patches - One C source file (or a very small number) configurable via config.h -- Limited to 2000 SLOC to promote hackability +- Limited to 2200 SLOC to promote hackability - Tied to as few external dependencies as possible dwl is not meant to provide every feature under the sun. Instead, like dwm, @@ -19,8 +19,13 @@ implement given the base on which it is built. Implemented default features: 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 ext-session-lock-v1 protocol - Various Wayland protocols - XWayland support as provided by wlroots (can be enabled in config.mk) - Zero flickering - Wayland users naturally expect "every frame is perfect" +- Layer shell popups (used by Waybar) +- Damage tracking provided by scenegraph API