freebsd-ports/x11-wm/Makefile
Jan Beich 69e65b6fe5 x11-wm/chamfer: add new port
Chamferwm is a dynamic tiling window manager with a built-in Vulkan
based compositor. Besides aiming to be a fully featured and highly
configurable window manager, significant effort is put to provide a
complete control over the appearance of the desktop. With its shader
based customization system, Chamferwm enables rendering of arbitrary
window decorations, borders and effects, maximizing the potential for
visual personalization.

Window manager:
- Dynamic horizontal and vertical tiling with gaps and stacking
- Specify container size restrictions, overlap when necessary
- Resize and translate individual containers in their place while
  keeping the surrounding layout
- Floating containers and automatic dialog, dock, widget etc. handling
- Yank and paste containers to move them within the tree hierarchy
  along with typical move operations
- Configuration with python, scriptable behaviour with client and
  container specific callbacks
- Fully keyboard controllable

Compositor:
- Vulkan renderer
- Arbitrary window decorations and borders with user supplied shaders
- Per-client materials
- Optional, alternatively use any other external compositor

https://jaelpark.github.io/chamferwm-docs/
2019-11-10 15:37:37 +00:00

147 lines
3.3 KiB
Makefile

# $FreeBSD$
#
COMMENT = X11 window managers
SUBDIR += aewm
SUBDIR += afterstep
SUBDIR += afterstep-stable
SUBDIR += amiwm
SUBDIR += antiwm
SUBDIR += aphelia
SUBDIR += awesome
SUBDIR += awesome-vicious
SUBDIR += bbkeys
SUBDIR += bbpager
SUBDIR += blackbox
SUBDIR += bspwm
SUBDIR += cage
SUBDIR += ccsm
SUBDIR += chamfer
SUBDIR += clementine-wm
SUBDIR += compiz
SUBDIR += compiz-fusion
SUBDIR += compiz-plugins-extra
SUBDIR += compiz-plugins-main
SUBDIR += compiz-plugins-unsupported
SUBDIR += compizconfig-backend-gconf
SUBDIR += compizconfig-python
SUBDIR += compton
SUBDIR += compton-yshui
SUBDIR += ctwm
SUBDIR += cwm
SUBDIR += devilspie
SUBDIR += dwm
SUBDIR += e-module-alarm
SUBDIR += e-module-cpu
SUBDIR += e-module-deskshow
SUBDIR += e-module-everything-places
SUBDIR += e-module-mem
SUBDIR += e-module-rmb
SUBDIR += e-module-wlan
SUBDIR += e-modules
SUBDIR += e16
SUBDIR += e16-docs
SUBDIR += echinus
SUBDIR += ede
SUBDIR += emerald
SUBDIR += enlightenment
SUBDIR += epplets
SUBDIR += euclid-wm
SUBDIR += evilwm
SUBDIR += fbcmd
SUBDIR += fluxbox
SUBDIR += fluxconf
SUBDIR += fluxter
SUBDIR += flwm
SUBDIR += fvwm-crystal
SUBDIR += fvwm2
SUBDIR += gcompmgr
SUBDIR += herbstluftwm
SUBDIR += hikari
SUBDIR += hs-xmonad
SUBDIR += hs-xmonad-contrib
SUBDIR += i3
SUBDIR += i3-gaps
SUBDIR += icewm
SUBDIR += ion
SUBDIR += jewel
SUBDIR += jwm
SUBDIR += larswm
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 += matwm2
SUBDIR += mcwm
SUBDIR += metacity
SUBDIR += muffin
SUBDIR += mutter
SUBDIR += nickleby
SUBDIR += obapps
SUBDIR += obconf
SUBDIR += obconf-qt
SUBDIR += obkey
SUBDIR += obmenu
SUBDIR += obpager
SUBDIR += olvwm
SUBDIR += openbox
SUBDIR += oroborus
SUBDIR += pager
SUBDIR += peksystray
SUBDIR += pekwm
SUBDIR += phluid
SUBDIR += piewm
SUBDIR += plasma5-kdecoration
SUBDIR += plasma5-kwin
SUBDIR += plwm
SUBDIR += pwm
SUBDIR += qtile
SUBDIR += ratmen
SUBDIR += ratmenu
SUBDIR += ratpoison
SUBDIR += rubygem-uh-layout
SUBDIR += rubygem-uh-wm
SUBDIR += sawfish
SUBDIR += selectwm
SUBDIR += simple-ccsm
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 += 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
.include <bsd.port.subdir.mk>