pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/wm



Module Name:    pkgsrc
Committed By:   pin
Date:           Sun Apr 12 17:34:18 UTC 2020

Modified Files:
        pkgsrc/wm: Makefile

Log Message:
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))


To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 pkgsrc/wm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/Makefile
diff -u pkgsrc/wm/Makefile:1.147 pkgsrc/wm/Makefile:1.148
--- pkgsrc/wm/Makefile:1.147    Tue Mar 31 22:36:37 2020
+++ pkgsrc/wm/Makefile  Sun Apr 12 17:34:18 2020
@@ -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



Home | Main Index | Thread Index | Old Index