aboutsummaryrefslogtreecommitdiff
path: root/desktop/notion/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2014-01-06 18:15:07 +0100
committerErik Hanson <erik@slackbuilds.org>2014-01-07 11:13:07 -0600
commit11a427aed5293863f0798045ba9fd9ac57da246c (patch)
treed9d6fe8c4db7f46eb3f36f662d52f0bfdcd9ec00 /desktop/notion/README
parent5c0c01fbed315fd0a672162474040974a6169ab0 (diff)
downloadslackbuilds-11a427aed5293863f0798045ba9fd9ac57da246c.tar.xz
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/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/desktop/notion/README b/desktop/notion/README
new file mode 100644
index 000000000000..3d7423564fe2
--- /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.