diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-06 18:15:07 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-07 11:13:07 -0600 |
commit | 11a427aed5293863f0798045ba9fd9ac57da246c (patch) | |
tree | d9d6fe8c4db7f46eb3f36f662d52f0bfdcd9ec00 /desktop/notion/README | |
parent | 5c0c01fbed315fd0a672162474040974a6169ab0 (diff) | |
download | slackbuilds-11a427aed5293863f0798045ba9fd9ac57da246c.tar.gz |
desktop/notion: Added (tiling tabbed window manager).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/notion/README')
-rw-r--r-- | desktop/notion/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/desktop/notion/README b/desktop/notion/README new file mode 100644 index 0000000000..3d7423564f --- /dev/null +++ b/desktop/notion/README @@ -0,0 +1,20 @@ +Notion is a tiling, tabbed window manager for the X window system: +* Tiling: you divide the screen into non-overlapping 'tiles'. + Every window occupies one tile, and is maximized to it +* Tabbing: a tile may contain multiple windows - they will be 'tabbed' +* Static: most tiled window managers are 'dynamic', + meaning they automatically resize and move around tiles as windows + appear and disappear. Notion, by contrast, does not automatically + change the tiling. You're in control. + +Features include: + +* Workspaces: each workspace has its own tiling. +* Multihead: the mod_xinerama plugin provides very nice dual-monitor + support. +* RandR: mod_xrandr expands on mod_xinerama and picks up changes in + the randr configuration without the need for restarting Notion +* Extensibility: Notion can be extended with lua scripts. + +NOTE: to launch it at X start just put 'exec notion' in a ~/.xinitrc +file. |