enlightenment/src/modules/tiling
Carsten Haitzler 69290dd7f4 e module build - make build files far more generic and far smaller
now mdoule build files that fllow one pattern (the most common by far)
all JUSt list their souce files and nothing else. this really cuts
down on build size/complexity.

there are other patterns too (no icons at all) that i'll do next, then
we're down into "weird" land where i'll have to think of some more
interesting ways to deal with this.
2017-07-29 08:55:36 +09:00
..
README
e-module-tiling.edj tiling: update the indicator where the icons are dropped 2017-03-21 20:43:12 +01:00
e_mod_config.c add e_util_open(), unify all callers of enlightenment_open 2016-09-27 11:19:00 -04:00
e_mod_tiling.c tiling: fix compile warning 2017-04-19 17:31:47 +02:00
e_mod_tiling.h
meson.build e module build - make build files far more generic and far smaller 2017-07-29 08:55:36 +09:00
module.desktop do not generate module.desktop files 2017-07-14 18:40:50 -04:00
window_tree.c tiling: drop move requests from tiled clients 2017-03-10 21:44:08 +01:00
window_tree.h tiling: make windows placable by dragging them arround 2017-03-09 13:59:48 +01: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.