diff options
author | Vasilis Papavasileiou <el03020@mail.ntua.gr> | 2010-05-11 20:00:07 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:07 +0200 |
commit | 982d7e9e5261460e33beb7e3fcba5f34ee6fbe7e (patch) | |
tree | 9dc84342c93ce5274840480116fc22a1a2309ea2 /desktop/ion/README | |
parent | 1df084bbcab9fde8772b41852172310994405aec (diff) | |
download | slackbuilds-982d7e9e5261460e33beb7e3fcba5f34ee6fbe7e.tar.gz |
desktop/ion: Added to 12.0 repository
Diffstat (limited to 'desktop/ion/README')
-rw-r--r-- | desktop/ion/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/desktop/ion/README b/desktop/ion/README new file mode 100644 index 0000000000..f24b4997e0 --- /dev/null +++ b/desktop/ion/README @@ -0,0 +1,17 @@ +Ion is a tiling (no overlapping windows) window manager that also has +PWM-style tabbed frames which can contain multiple client windows. These +features help to keep windows organized and to switch quickly between them. +Ion was designed primarily as an efficient and unobtrusive window manager +for users who prefer the keyboard. + +This is the latest stable release of Ion (3). A pwm3 binary is built +too, which starts Ion with floating workspaces as the default, thus replacing +the PWM window manager. + +ion-3 needs lua, which is also available from SlackBuilds.org. If you have +installed lua on your own, the binary might be stored under /usr/local/bin +or any other destination you have specified. +However, if lua is not located under /usr/bin, either change the LUABINDIR +variable in the SlackBuild script or run the SlackBuild script with +the following command: + LUABINDIR="PATH_TO_BIN_DIRECTORY" ./ion.SlackBuild |