1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/x11-wm/Makefile
Jan Beich 209955a6eb 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
2021-12-30 20:58:37 +00:00

131 lines
2.9 KiB
Makefile

COMMENT = X11 window managers
SUBDIR += afterstep
SUBDIR += afterstep-stable
SUBDIR += amiwm
SUBDIR += antiwm
SUBDIR += aphelia
SUBDIR += awesome
SUBDIR += awesome-vicious
SUBDIR += bbkeys
SUBDIR += bbpager
SUBDIR += berry
SUBDIR += blackbox
SUBDIR += bspwm
SUBDIR += cage
SUBDIR += chamfer
SUBDIR += compiz
SUBDIR += compiz-plugins-extra
SUBDIR += compiz-plugins-main
SUBDIR += compiz-plugins-unsupported
SUBDIR += compizconfig-backend-gconf
SUBDIR += compton
SUBDIR += ctwm
SUBDIR += cwm
SUBDIR += devilspie
SUBDIR += durden
SUBDIR += dwl
SUBDIR += dwm
SUBDIR += e16
SUBDIR += e16-docs
SUBDIR += echinus
SUBDIR += emerald
SUBDIR += enlightenment
SUBDIR += epplets
SUBDIR += euclid-wm
SUBDIR += evilwm
SUBDIR += fbcmd
SUBDIR += fluxbox
SUBDIR += fluxter
SUBDIR += flwm
SUBDIR += fvwm2
SUBDIR += fvwm3
SUBDIR += gamescope
SUBDIR += herbstluftwm
SUBDIR += hikari
SUBDIR += hs-xmonad
SUBDIR += i3
SUBDIR += i3-gaps
SUBDIR += icewm
SUBDIR += jewel
SUBDIR += jwm
SUBDIR += kickshaw
SUBDIR += kwinft
SUBDIR += labwc
SUBDIR += larswm
SUBDIR += leftwm
SUBDIR += libcompizconfig
SUBDIR += libdockapp
SUBDIR += libwraster
SUBDIR += lwm
SUBDIR += lxappearance-obconf
SUBDIR += lxmed
SUBDIR += lxqt
SUBDIR += lxqt-panel
SUBDIR += lxqt-session
SUBDIR += lxsession
SUBDIR += marco
SUBDIR += mcwm
SUBDIR += metacity
SUBDIR += muffin
SUBDIR += mutter
SUBDIR += nscde
SUBDIR += obconf
SUBDIR += obconf-qt
SUBDIR += obpager
SUBDIR += openbox
SUBDIR += oroborus
SUBDIR += pager
SUBDIR += peksystray
SUBDIR += pekwm
SUBDIR += phluid
SUBDIR += phoc
SUBDIR += picom
SUBDIR += piewm
SUBDIR += plasma5-kdecoration
SUBDIR += plasma5-kwin
SUBDIR += pwm
SUBDIR += qtile
SUBDIR += ratmen
SUBDIR += ratpoison
SUBDIR += river
SUBDIR += rubygem-uh-layout
SUBDIR += rubygem-uh-wm
SUBDIR += sawfish
SUBDIR += sdorfehs
SUBDIR += selectwm
SUBDIR += skippy-xd
SUBDIR += spectrwm
SUBDIR += stumpwm
SUBDIR += subtle
SUBDIR += sway
SUBDIR += tinywm
SUBDIR += transset
SUBDIR += treewm
SUBDIR += tvtwm
SUBDIR += twm
SUBDIR += vtwm
SUBDIR += w9wm
SUBDIR += wayfire
SUBDIR += wayfire-plugins-extra
SUBDIR += windowmaker
SUBDIR += wm2
SUBDIR += wmakerconf
SUBDIR += wmanager
SUBDIR += wmanager-addons
SUBDIR += wmconfig
SUBDIR += wmii
SUBDIR += wmii-devel
SUBDIR += wmname
SUBDIR += wmx
SUBDIR += xcompmgr
SUBDIR += xfce4
SUBDIR += xfce4-desktop
SUBDIR += xfce4-panel
SUBDIR += xfce4-panel-profiles
SUBDIR += xfce4-session
SUBDIR += xfce4-wm
SUBDIR += yeahwm
.include <bsd.port.subdir.mk>