sowm

An itsy bitsy floating window manager (220~ sloc!).
git clone git://mfeller.io/sowm.git
Log | Files | Refs | README | LICENSE

commit 21a35be86357f8ac7b1e74d6c1157a8d42dd8bc5
parent 5547cc3a51607474f0939fe9bbe07dc45b4fe0ac
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Thu, 20 Feb 2020 16:00:23 +0200

Merge branch 'master' of github.com:dylanaraps/sowm

Diffstat:
MMakefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -15,5 +15,8 @@ sowm: sowm.o install: all install -Dm755 sowm $(DESTDIR)$(BINDIR)/sowm +uninstall: + rm -f $(DESTDIR)$(BINDIR)/sowm + clean: rm -f sowm *.o