diff options
author | Don Stewart <dons@galois.com> | 2007-09-16 04:30:16 +0200 |
---|---|---|
committer | Don Stewart <dons@galois.com> | 2007-09-16 04:30:16 +0200 |
commit | d1b849f806a2dac21827449f84c62da6c857d9bd (patch) | |
tree | 4db9d9743ebc959e9a70c6c142e6e17ea95cd2e5 | |
parent | c38d5a6602b3326d9ec315c95f99ede8458281d1 (diff) | |
download | metatile-d1b849f806a2dac21827449f84c62da6c857d9bd.tar metatile-d1b849f806a2dac21827449f84c62da6c857d9bd.zip |
update description field of cabal file
darcs-hash:20070916023016-cba2c-71e769dbf3f4d99f02d8b5c8c62b4e0ba5732763
-rw-r--r-- | xmonad.cabal | 19 |
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 |