Coma is a minimalistic X11 Window Manager. It has 2 framing modes: default, large. Only one can be active at a given time and is specified at startup time: - Default means it will split up your screen into columns just large enough to fit 80 column xterms. - Large means it will calculate the frames based on 161 column xterms (so one can use tmux and split it to get 80 columns in each pane). OK kamil@
16 lines
401 B
Makefile
16 lines
401 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/08/16 14:07:27 fcambus Exp $
|
|
|
|
DISTNAME= coma-1.0
|
|
CATEGORIES= wm
|
|
MASTER_SITES= https://coma.one/releases/
|
|
|
|
MAINTAINER= fcambus@NetBSD.org
|
|
HOMEPAGE= https://coma.one/releases/
|
|
COMMENT= Keyboard driven tiling window manager
|
|
LICENSE= isc
|
|
|
|
USE_LANGUAGES= c99
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|