removed the exact focus mechanism of next/prev window

This commit is contained in:
Anselm R Garbe 2008-05-17 14:41:41 +01:00
parent 4246affc15
commit 14d8d828ab
4 changed files with 16 additions and 26 deletions

View file

@ -36,7 +36,7 @@ dist: clean
@echo creating dist tarball
@mkdir -p dwm-${VERSION}
@cp -R LICENSE Makefile README config.def.h config.mk \
dwm.1 ${SRC} dwm-${VERSION}
dwm.1 *.c dwm-${VERSION}
@tar -cf dwm-${VERSION}.tar dwm-${VERSION}
@gzip dwm-${VERSION}.tar
@rm -rf dwm-${VERSION}