e6ffe88928
This program sets attribute "override_redirect" to True for any window you've specified (using window name). Window Managers should ignore such windows; it's useful, for example, if you're using wmx Window Manager, and want to have a clock on every virtual screen and without any borders. From FreeBSD ports via ISIHARA Takanori in PR pkg/24012.
22 lines
568 B
Makefile
22 lines
568 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/01/21 21:04:43 kristerw Exp $
|
|
# FreeBSD Id: ports/x11/xnodecor/Makefile,v 1.2 2003/09/09 09:17:20 erwin Exp
|
|
|
|
DISTNAME= xnodecor-0.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.42.org/pub/wmx/contrib/
|
|
DISTFILES= xnodecor.c
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= # none
|
|
COMMENT= Borderless or undecorated window support utilty
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_X11BASE= yes
|
|
NO_CONFIGURE= yes
|
|
|
|
do-extract:
|
|
@${MKDIR} ${WRKSRC}
|
|
${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
|
${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|