summaryrefslogtreecommitdiff
path: root/wm/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2019-04-02 01:49:09 +0000
committerjmmv <jmmv@pkgsrc.org>2019-04-02 01:49:09 +0000
commitfec369238be0d3d18c1545ffe85cd1012086e9ba (patch)
tree338e9feb8c28bdd60f50c4003dd9dceb425ceff4 /wm/Makefile
parent163a35e3d62cff3b9b3286196f1f740d355da3c1 (diff)
downloadpkgsrc-fec369238be0d3d18c1545ffe85cd1012086e9ba.tar.gz
Initial addition of chunkwm-0.4.8:
chunkwm is a tiling window manager for macOS that uses a plugin architecture, successor to kwm. chunkwm represents windows as the leaves of a binary tree, and supports binary space partitioned, monocle and floating desktops. Development is happening on macOS Mojave (10.14), but OSX El Capitan (10.11.6) and newer should work fine. Older versions may or may not be compatible and will not be officially supported. chunkwm is controlled via the chunkc command-line utility, which sends commands to chunkwm to manipulate windows. chunkwm does not handle any keyboard input. A third party program (e.g. skhd) is needed to map keyboard events to chunkwm actions via chunkc.
Diffstat (limited to 'wm/Makefile')
-rw-r--r--wm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/Makefile b/wm/Makefile
index 67062fa4bee..797320287fe 100644
--- a/wm/Makefile
+++ b/wm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.135 2018/11/01 09:25:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.136 2019/04/02 01:49:09 jmmv Exp $
#
COMMENT= X11 window managers, configuration tools, and themes
@@ -22,6 +22,7 @@ SUBDIR+= bmpanel2
SUBDIR+= bsetroot
SUBDIR+= bspwm
SUBDIR+= ccsm
+SUBDIR+= chunkwm
SUBDIR+= compiz
SUBDIR+= compiz-fusion-plugins-extra
SUBDIR+= compiz-fusion-plugins-main