./wip/xmonad, Tiling window manager

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.9.1, Package name: xmonad-0.9.1, Maintainer: esg

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.

DEINSTALL [+/-]

Required to run:
[wip/ghc]

Required to build:
[pkgtools/x11-links] [devel/pkg-config] [wip/hs-x11]

Master sites:

SHA1: 0ab612f753c97420e92905d0a800fd2a2e5a824a
RMD160: bbb4a8d909ed32f88dd4f3871a19b9d85892385e
Filesize: 55.639 KB

Version history: (Expand)


CVS history: (Expand)


   2010-04-17 00:19:59 by Emil Sköldberg | Files touched by this commit (3)
Log message:
Fixed maintainer email.
   2010-04-13 20:07:56 by Emil Sköldberg | Files touched by this commit (6) | Package updated
Log message:
- Update to version 0.9.1
- Simplify Makefile
- Update maintainer email
   2009-08-09 20:18:43 by zul_ | Files touched by this commit (5) | Package updated
Log message:
Update xmonad from 0.7 to 0.8.1
   2009-05-20 02:58:40 by Thomas Klausner | Files touched by this commit (75) | Package updated
Log message:
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
   2009-03-20 20:43:53 by Jörg Sonnenberger | Files touched by this commit (25)
Log message:
Convert buildlink3.mk files to new world order.
   2008-06-09 01:42:41 by zul_ | Files touched by this commit (5)
Log message:
Upgrade xmonad from 0.6 to 0.7

Changes in core since 0.6

 -- Added a startupHook field to the xmonad configuration record, which is
   an arbitrary X () action to be run each time xmonad starts (including
   restarts with mod-q). 
 -- More tests! 
 -- Improved documentation! 
 -- SIGPIPE is now ignored. 
 -- mod-shift-tab added to default keybindings, to cycle backwards through
    windows 
 -- Finally killed bug #111 dead! (#111 caused problems which were especially
 -- noticeable when clicking on tabs in a tabbed layout). 
 -- Added a 'stringProperty' query that can be used in manageHooks to match
    on any text property of a window.

More changes can be found on
http://haskell.org/haskellwiki/Xmonad/N … _since_0.6
   2008-06-08 19:49:30 by zul_ | Files touched by this commit (2) | Package updated
Log message:
With ghc-6.8, we don't need anymore wip/cabal.
Update depends in INSTALL files
   2008-03-06 18:48:48 by Emil Sköldberg | Files touched by this commit (3) | Package updated
Log message:
- Update to version 0.6
- Fix INSTALL script