enlightenment/src/modules/tiling
Ross Vandegrift 629f7d41c8 clean up .desktop files and misc typos
Summary:
Drop deprecated Encoding key from desktop files

The Encoding key is no longer required, all desktop files are assumed to
be UTF-8 encoded.  See details at:
https://standards.freedesktop.org/desktop-entry-spec/1.1/apc.html

Fix various typos and misspellings

lintian, Debian's package checker, uses strings to check for common typos
in compiled binaries.  This change fixes the ones it identified in 0.22.1.

Reviewers: zmike!

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D5585
2018-01-04 09:57:52 -05: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 add e_util_open(), unify all callers of enlightenment_open 2016-09-27 11:19:00 -04:00
e_mod_tiling.c clean up .desktop files and misc typos 2018-01-04 09:57:52 -05: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 clean up .desktop files and misc typos 2018-01-04 09:57:52 -05:00
window_tree.c prevent leak on tiling insert failure 2017-08-25 14:47:10 -04:00
window_tree.h tiling: fix insertion in the tree 2017-08-12 22:30:33 +02: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.