aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorDon Stewart <dons@galois.com>2007-09-16 04:30:16 +0200
committerDon Stewart <dons@galois.com>2007-09-16 04:30:16 +0200
commit3ff93a4b9482f5e3392649b0ae214fcf43fe32aa (patch)
tree4db9d9743ebc959e9a70c6c142e6e17ea95cd2e5 /xmonad.cabal
parentb66816a5280bdc47726b0d2ef5cdba4f7c53c1ba (diff)
downloadxmonad-3ff93a4b9482f5e3392649b0ae214fcf43fe32aa.tar.gz
xmonad-3ff93a4b9482f5e3392649b0ae214fcf43fe32aa.tar.xz
xmonad-3ff93a4b9482f5e3392649b0ae214fcf43fe32aa.zip
update description field of cabal file
darcs-hash:20070916023016-cba2c-71e769dbf3f4d99f02d8b5c8c62b4e0ba5732763.gz
Diffstat (limited to 'xmonad.cabal')
-rw-r--r--xmonad.cabal19
1 files changed, 9 insertions, 10 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index 6bc4835..ab54885 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -3,16 +3,15 @@ version: 0.3
homepage: http://xmonad.org
synopsis: A lightweight X11 window manager.
description:
- Xmonad is a minimalist tiling window manager for X, written in
- Haskell. Windows are managed using automatic layout algorithms,
- which can be dynamically reconfigured. At any time windows are
- arranged so as to maximise the use of screen real estate. All
- features of the window manager are accessible purely from the
- keyboard: a mouse is entirely optional. Xmonad is configured in
- Haskell, and custom layout algorithms may be implemented by the user
- in config files. A principle of Xmonad is predictability: the user
- should know in advance precisely the window arrangement that will
- result from any action.
+ xmonad is a tiling window manager for X. Windows are arranged
+ automatically to tile the screen without gaps or overlap, maximising
+ screen use. All features of the window manager are accessible from
+ the keyboard: a mouse is strictly optional. xmonad is written and
+ extensible in Haskell. Custom layout algorithms, and other
+ extensions, may be written by the user in config files. Layouts are
+ applied dynamically, and different layouts may be used on each
+ workspace. Xinerama is fully supported, allowing windows to be tiled
+ on several screens.
category: System
license: BSD3
license-file: LICENSE