Port details |
- dwl dwm for Wayland
- 0.7_1 x11-wm =3 0.6_1Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2021-12-30 21:03:06
- Last Update: 2024-08-28 12:45:23
- Commit Hash: 0f08f5c
- People watching this port, also watch:: newsboat, ncspot, spotify-player, sway, termscp
- 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 = 1722967407
SHA256 (dwl-v0.7.tar.gz) = 401a572462fa89f6adf0d0cfe58d909ef334a2c7cd1357db86ec70f32bd4b4d3
SIZE (dwl-v0.7.tar.gz) = 64561
Packages (timestamps in pop-ups are UTC):
- 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-0.18.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.7_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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7_1 28 Aug 2024 12:45:23 |
Jan Beich (jbeich) Author: Scott Robbins |
x11-wm/dwl: document default mouse bindings |
0.7 28 Aug 2024 12:45:15 |
Jan Beich (jbeich) |
x11-wm/dwl: default to x11/wmenu after d30161f85f4b
https://codeberg.org/dwl/dwl/commit/5c19e23146b6 |
0.7 06 Aug 2024 21:00:11 |
Jan Beich (jbeich) |
x11-wm/dwl: update to 0.7
Changes: https://codeberg.org/dwl/dwl/releases/tag/v0.7 |
0.6 26 Jul 2024 04:55:57 |
Jan Beich (jbeich) |
x11-wm/dwl: update to 0.6
Changes: https://codeberg.org/dwl/dwl/releases/tag/v0.6
Reported by: NapoleonWils0n via via FreeBSD Forums |
0.5_1 13 Jul 2024 00:36:35 |
Jan Beich (jbeich) |
x11-toolkits/wlroots: update to 0.18.0
Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.18.0
Reported by: GitLab (notify releases) |
0.5 04 May 2024 16:24:17 |
Jan Beich (jbeich) |
x11-wm/dwl: unbreak fetch due to recompression
fetch: https://codeberg.org/dwl/dwl/archive/v0.5.tar.gz?dummy=/dwl-v0.5.tar.gz:
size mismatch: expected 57968, actual 57850
$ gzip -lv dwl-v0.5.tar.gz
method crc date time compressed uncompressed ratio uncompressed_name
-defla 9ba0067f Nov 25 07:43 57968 215040 73.0% dwl-v0.5.tar
+defla 9ba0067f May 4 02:38 57850 215040 73.0% dwl-v0.5.tar |
0.5 18 Jan 2024 02:57:13 |
Jan Beich (jbeich) |
x11-toolkits/wlroots: dedup *_DEPENDS in consumers
LIB_DEPENDS against a port with non-default USE_LDCONFIG can desync
RUN_DEPENDS and BUILD_DEPENDS, leading to incorrectly registered
dependencies when built in a dirty environment.
$ make install -C x11-toolkits/wlroots
$ make install -C x11-wm/hikari
$ pkg info -xr wlroots
wlroots-0.17.1:
hikari-2.3.3_4
wlroots015-0.15.1_2:
$ make run-depends-list -C x11-wm/hikari | fgrep wlroots
/usr/ports/main/x11-toolkits/wlroots015
$ make actual-package-depends -C x11-wm/hikari | fgrep wlroots
"wlroots": {origin: "x11-toolkits/wlroots", version: "0.17.1"} |
0.5 25 Nov 2023 11:06:59 |
Jan Beich (jbeich) |
x11-wm/dwl: chase to the new home
https://github.com/djpohly/dwl/commit/58d33b79f90f |
0.5 25 Nov 2023 11:06:55 |
Jan Beich (jbeich) |
x11-wm/dwl: chase upstream description after 82e46bbc2898 |
0.5 25 Nov 2023 10:56:33 |
Jan Beich (jbeich) |
x11-wm/dwl: update to 0.5
Changes: https://github.com/djpohly/dwl/releases/tag/v0.5
Reported by: GitHub (watch releases) |
0.4_1 21 Nov 2023 17:24:00 |
Jan Beich (jbeich) |
x11-toolkits/wlroots: update to 0.17.0
Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.0
Reported by: GitLab (notify releases) |
0.4 10 Jun 2023 23:13:39 |
Jan Beich (jbeich) |
x11-wm/dwl: add hook for out-of-tree patches
https://github.com/djpohly/dwl/wiki/Patches |
0.4 31 Dec 2022 00:26:50 |
Jan Beich (jbeich) |
x11-wm/dwl: update to 0.4
Changes: https://github.com/djpohly/dwl/releases/tag/v0.4
Reported by: GitHub (watch releases) |
0.4.r3 31 Dec 2022 00:26:50 |
Jan Beich (jbeich) |
x11-wm/dwl: set -v (version) from port if snapshot after 7c9c3e9ab546 |
0.4.r3 25 Dec 2022 00:25:13 |
Jan Beich (jbeich) |
x11-wm/dwl: update to 0.4.r3
Changes: https://github.com/djpohly/dwl/releases/tag/v0.4-rc3
Reported by: GitHub (watch releases) |
0.4.r2 06 Dec 2022 06:56:46 |
Jan Beich (jbeich) |
x11-wm/dwl: update to 0.4.r2
Changes: https://github.com/djpohly/dwl/releases/tag/v0.4-rc2
Reported by: GitHub (watch releases) |
0.4.r1 02 Dec 2022 16:46:25 |
Jan Beich (jbeich) |
x11-wm/dwl: update to 0.4.r1
Changes: https://github.com/djpohly/dwl/releases/tag/v0.4-rc1
Reported by: GitHub (watch releases) |
0.3.1_1 11 Nov 2022 22:39:55 |
Jan Beich (jbeich) |
x11-toolkits/wlroots: update to 0.16.0
Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.16.0
Reported by: GitLab (notify releases) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.3.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.3.1 20 Jul 2022 12:48:14 |
Jan Beich (jbeich) |
wayland: add more mostly leaf ports to virtual category
Caveats:
- emulators/rpcs3: install qt5-wayland and ensure Renderer is Vulkan (default)
- mail/thunderbird: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/chromium: add --ozone-platform=wayland on command line
- www/firefox-esr: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/firefox: add MOZ_ENABLE_WAYLAND=1 via environ(7) |
0.3.1 11 Apr 2022 15:22:29 |
Jan Beich (jbeich) |
x11-wm/dwl: update to 0.3.1
Changes: https://github.com/djpohly/dwl/releases/tag/v0.3.1
Reported by: GitHub (watch releases) |
0.3_1 30 Mar 2022 05:19:12 |
Jan Beich (jbeich) |
x11-wm/dwl: unbreak X11 runtime |
0.3 20 Mar 2022 20:18:08 |
Jan Beich (jbeich) |
x11-wm/dwl: update to 0.3
Changes: https://github.com/djpohly/dwl/releases/tag/v0.3
Reported by: Repology |
0.2.2 31 Dec 2021 17:16:31 |
Jan Beich (jbeich) |
x11-wm/dwl: unbreak on GCC architectures
In file included from dwl.c:377:
client.h: In function 'client_get_appid':
client.h:63: error: 'struct wlr_xdg_surface' has no member named 'toplevel'
client.h: In function 'client_get_title':
client.h:88: error: 'struct wlr_xdg_surface' has no member named 'toplevel'
dwl.c: In function 'createkeyboard':
dwl.c:797: error: 'struct wlr_input_device' has no member named 'keyboard'
dwl.c:800: error: 'struct wlr_input_device' has no member named 'keyboard'
dwl.c:803: error: 'struct wlr_input_device' has no member named 'keyboard'
dwl.c:804: error: 'struct wlr_input_device' has no member named 'keyboard'
dwl.c: In function 'createnotify':
dwl.c:901: error: 'struct wlr_xdg_surface' has no member named 'toplevel'
dwl.c:902: error: 'struct wlr_xdg_surface' has no member named 'toplevel'
dwl.c: In function 'keypress':
dwl.c:1242: error: 'struct wlr_input_device' has no member named 'keyboard'
dwl.c:1245: error: 'struct wlr_input_device' has no member named 'keyboard'
dwl.c: In function 'keypressmod':
dwl.c:1277: error: 'struct wlr_input_device' has no member named 'keyboard' |
0.2.2 31 Dec 2021 13:57:28 |
Jan Beich (jbeich) |
x11-wm/dwl: simplify desktop session
Based on sway/labwc but DesktopNames is from wayfire as a hint for DM
to set XDG_CURRENT_DESKTOP for xdg-desktop-portal-wlr. |
0.2.2 30 Dec 2021 20:58:37 |
Jan Beich (jbeich) |
x11-wm/dwl: add new port
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 2000 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: (Only the first 15 lines of the commit message are shown above ) |