aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-12-30 19:56:52 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-12-30 20:58:37 +0000
commit209955a6eb37b017918a9176d19b071cefe05272 (patch)
tree4a076020a831f0abf05f3f6b480cc3969c4b4275 /x11-wm/Makefile
parent793d87945d69500ae167166722896d26aa073c03 (diff)
downloadports-209955a6eb37b017918a9176d19b071cefe05272.tar.gz
ports-209955a6eb37b017918a9176d19b071cefe05272.zip
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: - 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 - 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 "every frame is perfect" https://github.com/djpohly/dwl
Diffstat (limited to 'x11-wm/Makefile')
-rw-r--r--x11-wm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index 1a06782520a2..02c0f00363e4 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -24,6 +24,7 @@
SUBDIR += cwm
SUBDIR += devilspie
SUBDIR += durden
+ SUBDIR += dwl
SUBDIR += dwm
SUBDIR += e16
SUBDIR += e16-docs