From d1b849f806a2dac21827449f84c62da6c857d9bd Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Sun, 16 Sep 2007 04:30:16 +0200 Subject: update description field of cabal file darcs-hash:20070916023016-cba2c-71e769dbf3f4d99f02d8b5c8c62b4e0ba5732763 --- xmonad.cabal | 19 +++++++++---------- 1 file 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 -- cgit v1.2.3