From 5609e9b11a2c4b7267aabdc7a5795ec22d66ee1e Mon Sep 17 00:00:00 2001 From: pin Date: Sun, 12 Apr 2020 17:32:45 +0000 Subject: import wm/sowm sowm (Simple Opinionated Window Manager) An itsy bitsy floating window manager. - Floating only. - Fullscreen toggle. - Window centering. - Mix of mouse and keyboard workflow. - Focus with cursor. - Rounded corners (through patch(https://github.com/dylanaraps/sowm/pull/58)) - Titlebars (through patch(https://github.com/dylanaraps/sowm/pull/57)) --- wm/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wm/Makefile') diff --git a/wm/Makefile b/wm/Makefile index 124627107bc..ec95d53b1dd 100644 --- a/wm/Makefile +++ b/wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.147 2020/03/31 22:36:37 gutteridge Exp $ +# $NetBSD: Makefile,v 1.148 2020/04/12 17:34:18 pin Exp $ # COMMENT= X11 window managers, configuration tools, and themes @@ -77,6 +77,7 @@ SUBDIR+= sawfish SUBDIR+= selectwm SUBDIR+= skhd SUBDIR+= skippy +SUBDIR+= sowm SUBDIR+= spectrwm SUBDIR+= swc SUBDIR+= trayer -- cgit v1.2.3