enlightenment/src/modules/tiling
Tom Hacohen ff078996ff Tiling2: Improved setting of client borders.
No need to have a special entry point for that.
This fixes the issues with persistant pixel border.
2014-02-21 09:15:09 +00:00
..
images e: move e-tiling in e17. 2012-05-02 08:20:53 +00:00
README tiling: Remove part of the README that refers to an up to date e17 2012-06-12 09:12:45 +00:00
e-module-tiling.edc e: move e-tiling in e17. 2012-05-02 08:20:53 +00:00
e_mod_config.c Tiling2: Get rid of the use_rows config. 2014-02-21 09:15:07 +00:00
e_mod_tiling.c Tiling2: Improved setting of client borders. 2014-02-21 09:15:09 +00:00
e_mod_tiling.h Tiling2: Fixed adjacent node swapping. 2014-02-21 09:15:08 +00:00
module.desktop.in Tiling2: Initial commit. 2014-02-21 09:14:44 +00:00
window_tree.c Tiling2: Fixed adjacent node swapping. 2014-02-21 09:15:08 +00:00
window_tree.h Tiling2: Added support for swapping windows. 2014-02-21 09:15:07 +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.