Port details on branch 2024Q3 |
- dwl dwm for Wayland
- 0.6_1 x11-wm =0 0.6_1Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2024-07-26 05:00:05
- Last Update: 2024-08-28 12:47:51
- Commit Hash: 1a77aba
- Also Listed In: wayland
- License: CC0-1.0 GPLv3+ MIT
- WWW:
- https://codeberg.org/dwl/dwl
- Description:
- dwl is a compact, hackable compositor for Wayland based on wlroots. It is
intended to fill the same space in the Wayland world that dwm does in X11,
primarily in terms of philosophy, and secondarily in terms of
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 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,
it sticks to features which are necessary, simple, and straightforward to
implement given the base on which it is built. Implemented default features:
- 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 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11-wm/dwl/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-wm/dwl
- pkg install dwl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dwl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1720910041
SHA256 (dwl-v0.6.tar.gz) = 50b96ae5d11dc269b24e2aa021eb4c2eb6e37c58ccae215bc3e1f0c19013ec0f
SIZE (dwl-v0.6.tar.gz) = 63535
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- evdev-proto>0 : devel/evdev-proto
- wayland-protocols>0 : graphics/wayland-protocols
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- xcb.pc : x11/libxcb
- Runtime dependencies:
-
- foot : x11/foot
- wmenu-run : x11/wmenu
- xcb.pc : x11/libxcb
- Library dependencies:
-
- libwayland-server.so : graphics/wayland
- libwlroots.so : x11-toolkits/wlroots
- libinput.so : x11/libinput
- libxkbcommon.so : x11/libxkbcommon
- libxcb-icccm.so : x11/xcb-util-wm
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dwl-0.6_1:
ADDONS=on: Install extra applications: foot wmenu-run
DOCS=on: Build and/or install documentation
X11=on: X11 (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- x11-wm_dwl
- USES:
- compiler:c11 gmake pkgconfig xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|