e411d6cfd2
This is a utility to tile windows on the desktop. It supports user- configurable window manager profiles to avoid screen objects and can tile in a horizontal or vertical fashion. It works well with MWM, Oroborus and some multi-desktop WMs like FluxBox (given the -m option) and GNOME/Metacity (given the -w option). It has two files controlling its behavior. The first contains "wmprofiles" that tell tile how much space to avoid on the different sides of the screen (specified via "-p"). The second, named "rc", contains all other configuration, including a list of XA_STRING X11 Atoms and values used as criteria for windows that should be avoided for calculations and resize/move operations. Both files may exist under $PREFIX/share/tile/ or $HOME/.tile/.
19 lines
479 B
Makefile
19 lines
479 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/10/15 13:40:49 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= tile_0.7.3
|
|
PKGNAME= tile-0.7.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.unixdev.net/downloads/tile/0.7.3/
|
|
|
|
MAINTAINER= inittab@unixdev.net
|
|
HOMEPAGE= http://tile.unixdev.net/
|
|
COMMENT= X11 Window Tiler
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
USE_DIRS+= xdg-1.2
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../devel/libgetopt/buildlink3.mk"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|