Commit graph

10 commits

Author SHA1 Message Date
Arnaud Degroote
d15010ac45 Update xmonad from 0.7 to 0.8.1 2009-08-09 18:18:43 +00:00
Thomas Klausner
18dbec4419 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:39 +00:00
Jörg Sonnenberger
50f485b714 Convert buildlink3.mk files to new world order. 2009-03-20 19:43:38 +00:00
Arnaud Degroote
8b86fdd411 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/Notable_changes_since_0.6
2008-06-08 23:42:41 +00:00
Arnaud Degroote
227f0d4653 With ghc-6.8, we don't need anymore wip/cabal.
Update depends in INSTALL files
2008-06-08 17:49:30 +00:00
Emil Sköldberg
8115a663d9 - Update to version 0.6
- Fix INSTALL script
2008-03-06 17:48:48 +00:00
Emil Sköldberg
632b7b6b7d Oops, forgot to add INSTALL and DEINSTALL scripts. 2007-12-10 17:02:57 +00:00
Emil Sköldberg
8493fbea7f Update 0.1 -> 0.5 2007-12-10 17:01:35 +00:00
Emil Sköldberg
471aae4ba6 Remove dependencies on non-existing packages :) 2007-05-23 11:24:45 +00:00
Emil Sköldberg
5ffc53a244 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.
2007-05-18 12:31:55 +00:00