summaryrefslogtreecommitdiff
path: root/wm/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-10-11 08:56:37 +0000
committernia <nia@pkgsrc.org>2020-10-11 08:56:37 +0000
commit722662ebcf9aee03987cf7b4f7232efbb78cd642 (patch)
tree151af21ec68da130c07f4a042b713ea0ab5b3ac6 /wm/Makefile
parentcae16b3c0c474661ed2271b96c6d4b0510f1644f (diff)
downloadpkgsrc-722662ebcf9aee03987cf7b4f7232efbb78cd642.tar.gz
wm: Add yeahwm.
YeahWM is a h* window manager for X based on evilwm and aewm. Features: * Sloppy Focus. * BeOS-like tabbed titles, which can be repositioned. * Support for Xinerama. * Simple Appearance. * Good keyboard control. * Creative usage of the mouse. * Respects aspect size hints. * Solid resize and move operations. * Virtual Desktops. * "Magic" screen edges for desktop switching. * Snapping to other windows and screen borders when moving windows. * Small binary size(ca. 23kb). * Little resource usage.
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 a00553d7dad..3339f868da9 100644
--- a/wm/Makefile
+++ b/wm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.152 2020/10/10 20:11:51 nia Exp $
+# $NetBSD: Makefile,v 1.153 2020/10/11 08:56:37 nia Exp $
#
COMMENT= X11 window managers, configuration tools, and themes
@@ -109,5 +109,6 @@ SUBDIR+= xfce4-wm
SUBDIR+= xfce4-wm-themes
SUBDIR+= xmonad
SUBDIR+= xmonad-contrib
+SUBDIR+= yeahwm
.include "../mk/misc/category.mk"