pkgsrc/wm/xmonad/MESSAGE
szptvlfn 53ba22d06e Update to 0.12
CHANGES:
## 0.12 (December 14, 2015)

  * Compiles with GHC 7.10.2, 7.8.4, and 7.6.3

  * Use of [data-default][] allows using `def` where previously you
    had to write `defaultConfig`, `defaultXPConfig`, etc.

  * The [setlocale][] package is now used instead of a binding shipped
    with xmonad proper allowing the use of `Main.hs` instead of
    `Main.hsc`

  * No longer encodes paths for `spawnPID`

  * The default `manageHook` no longer floats Gimp windows

  * Doesn't crash when there are fewer workspaces than screens

  * `Query` is now an instance of `Applicative`

  * Various improvements to the example configuration file

[data-default]: http://hackage.haskell.org/package/data-default
[setlocale]: https://hackage.haskell.org/package/setlocale
2016-01-04 12:45:36 +00:00

8 lines
357 B
Text

===========================================================================
# $NetBSD: MESSAGE,v 1.1 2016/01/04 12:45:36 szptvlfn Exp $
1. create ~/.xmonad/xmonad.hs
2. $ ghc --make ~/.xmonad/xmonad.hs
3. add exec xmonad to .xinitrc
4. add ~/.xmonad to your $PATH
===========================================================================