summaryrefslogtreecommitdiff
path: root/wm/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-01-01 15:24:01 +0000
committernia <nia@pkgsrc.org>2020-01-01 15:24:01 +0000
commit04bd5bfe5b488786cdceb06cc02d3280b226bba1 (patch)
tree0e0cfd0c609a7f9ac931849b7d8a26b6dbdbfcad /wm/Makefile
parentef09a27fbc83eada1dd05b9d6418f68ee1533185 (diff)
downloadpkgsrc-04bd5bfe5b488786cdceb06cc02d3280b226bba1.tar.gz
wm: Add herbstluftwm.
Based on work by voidpin and benny in wip, with fixes. herbstluftwm is a manual tiling window manager for X11 using Xlib and Glib. Its main features can be described with: - The layout is based on splitting frames into subframes which can be split again or can be filled with windows (similar to i3 or musca) - Tags (or workspaces, or virtual desktops) can be added/removed at runtime. Each tag contains an own layout - Exactly one tag is viewed on each monitor. The tags are monitor independent (similar to xmonad) - It is configured at runtime via IPC calls from herbstclient. So the configuration file is just a script which is run on startup. (Similar to wmii or musca)
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 ef12dd2eda8..59ddb2e32fb 100644
--- a/wm/Makefile
+++ b/wm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.143 2019/12/30 04:25:17 gutteridge Exp $
+# $NetBSD: Makefile,v 1.144 2020/01/01 15:24:01 nia Exp $
#
COMMENT= X11 window managers, configuration tools, and themes
@@ -44,6 +44,7 @@ SUBDIR+= fvwm-devel
SUBDIR+= fvwm-themes
SUBDIR+= fvwm1
SUBDIR+= golem
+SUBDIR+= herbstluftwm
SUBDIR+= i3
SUBDIR+= icewm
SUBDIR+= icewm-imlib