diff options
author | minskim <minskim@pkgsrc.org> | 2005-10-15 13:40:49 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-10-15 13:40:49 +0000 |
commit | e411d6cfd25109703e46965988c1e92d8f2b9e68 (patch) | |
tree | a830fc50ad68cf2a591c42fc174b947fff4bc158 /x11/tile/DESCR | |
parent | 714d4fe1a485be0c628c3302b1c9891e0db4e7dc (diff) | |
download | pkgsrc-e411d6cfd25109703e46965988c1e92d8f2b9e68.tar.gz |
Import tile from pkgsrc-wip. Packaged by Greg Schenzel.
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/.
Diffstat (limited to 'x11/tile/DESCR')
-rw-r--r-- | x11/tile/DESCR | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/tile/DESCR b/x11/tile/DESCR new file mode 100644 index 00000000000..79511a15936 --- /dev/null +++ b/x11/tile/DESCR @@ -0,0 +1,13 @@ +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/. |