aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-05-01 05:54:14 +0200
committerDon Stewart <dons@cse.unsw.edu.au>2007-05-01 05:54:14 +0200
commit43920a9943304e161c143d8a0eef702ee634a13f (patch)
treef01d3f204655a95e26b22aef6e0521bfd84868a2 /xmonad.cabal
parent15798adfc81f2ee2276687cf15420477957e5942 (diff)
downloadxmonad-43920a9943304e161c143d8a0eef702ee634a13f.tar.gz
xmonad-43920a9943304e161c143d8a0eef702ee634a13f.tar.xz
xmonad-43920a9943304e161c143d8a0eef702ee634a13f.zip
elaborate description in .cabal
darcs-hash:20070501035414-9c5c1-cd566efa85f7ea09d5e252fabe485a46f5bd3eb2.gz
Diffstat (limited to 'xmonad.cabal')
-rw-r--r--xmonad.cabal12
1 files changed, 11 insertions, 1 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index db1f704..d347a7a 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -1,8 +1,18 @@
name: xmonad
version: 0.1
homepage: http://xmonad.org
-description: A lightweight X11 window manager.
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.
category: System
license: BSD3
license-file: LICENSE