diff options
author | Eugene Wissner <belka.ew@gmail.com> | 2010-07-29 23:17:53 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-31 22:31:51 -0500 |
commit | dd30c9a90adcaf8b59ce0ddb6a14d255d3f00ad1 (patch) | |
tree | 2e633183f45363d256e9f9181d2242dc177832fc /desktop/i3/README | |
parent | 88501b2b4ecf73a43ebe28ff641f21f46b6ee778 (diff) | |
download | slackbuilds-dd30c9a90adcaf8b59ce0ddb6a14d255d3f00ad1.tar.gz |
desktop/i3: Added (an improved dynamic tiling window manager)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/i3/README')
-rw-r--r-- | desktop/i3/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop/i3/README b/desktop/i3/README new file mode 100644 index 0000000000..1a9f158c10 --- /dev/null +++ b/desktop/i3/README @@ -0,0 +1,12 @@ +i3 is a tiling window manager, completely written from scratch. + +i3 was created because wmii, our favorite window manager at the time, didn't +provide some features we wanted (multi-monitor done right, for example), had +some bugs, didn't progress since quite some time and wasn't easy to hack at +all (source code comments/documentation completely lacking). Still, we think +the wmii developers and contributors did a great job. Thank you for inspiring +us to create i3. + +Please be aware that i3 is primarily targeted at advanced users and developers. + +This requires libev and yajl. |