enlightenment/src/modules/tiling
Daniel Juyung Seo 1d79eb47f9 e tiling: Use c89 style for 'for' statement. Fixed build breaks with some options. Special thanks to vtorri.
SVN revision: 70899
2012-05-10 05:06:48 +00:00
..
images e: move e-tiling in e17. 2012-05-02 08:20:53 +00:00
AUTHORS e: move e-tiling in e17. 2012-05-02 08:20:53 +00:00
ChangeLog e: move e-tiling in e17. 2012-05-02 08:20:53 +00:00
Makefile.am e: fix build of tiling module on bsd. 2012-05-09 09:57:15 +00:00
README e: move e-tiling in e17. 2012-05-02 08:20:53 +00:00
TODO e: move e-tiling in e17. 2012-05-02 08:20:53 +00:00
e-module-tiling.edc e: move e-tiling in e17. 2012-05-02 08:20:53 +00:00
e_mod_config.c e tiling: Use c89 style for 'for' statement. Fixed build breaks with some options. Special thanks to vtorri. 2012-05-10 05:06:48 +00:00
e_mod_tiling.c e tiling: Use c89 style for 'for' statement. Fixed build breaks with some options. Special thanks to vtorri. 2012-05-10 05:06:48 +00:00
e_mod_tiling.h e: move e-tiling in e17. 2012-05-02 08:20:53 +00:00
module.desktop.in updating french and italian translations 2012-05-03 17:39:23 +00:00

README

A tiling module for the Enlightenment Window Manager

Concept
=======

Each desktop can have from 1 to 8 (vertical) columns.
Windows are then resized and moved to use as much as columns as configured.

When there are more windows than possible columns, the remaining windows are
packed in the last column.

Resizing or moving a window will try to resize or move the column it is in.

What is needed?
===============

An up-to-date enlightenment environment.
…