enlightenment/src/modules/tiling
Carsten Haitzler a172d930da tiling - ignore min size for layout of tree to avoid insta-floats
so some clients just cant tile due to min size and this leads to
really bad results so pass the problem back to the user to go resize
them up to fit. this probably needs far more extensive layout logic.
the data struct is a tree but perhaps it needs to flatten out into a
table to make layouting more sane. but that's the future. for now be
less bad today.
2019-08-10 10:57:09 +01: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.edj tiling: update the indicator where the icons are dropped 2017-03-21 20:43:12 +01:00
e_mod_config.c tiling config -fix use after free crash on change of config 2019-08-09 14:13:17 +01:00
e_mod_tiling.c tiling - ignore min size for layout of tree to avoid insta-floats 2019-08-10 10:57:09 +01:00
e_mod_tiling.h enlightenment: Make E build again with EFL from git 2015-05-07 15:13:10 -04:00
meson.build meson: use file instead of doing the relative path by hand 2017-08-08 18:38:37 +02:00
module.desktop Updating french and italian translations 2019-06-21 19:32:32 +02:00
window_tree.c tiling - ignore min size for layout of tree to avoid insta-floats 2019-08-10 10:57:09 +01:00
window_tree.h tiling - ignore min size for layout of tree to avoid insta-floats 2019-08-10 10:57:09 +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.