mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
HEADS UP: Rename XMonadContrib library as xmonad-contrib.
After building and install as normal, be sure to unregister your old XMonadContrib library: $ ghc-pkg unregister --user XMonadContrib-0.4 $ ghc-pkg unregister XMonadContrib-0.4 And then your ~/.xmonad/* stuff should link as normal.
This commit is contained in:
parent
9140b58b91
commit
ff56ab01cf
16
README
16
README
@ -1,18 +1,10 @@
|
|||||||
3rd party xmonad extensions and contributions.
|
3rd party xmonad extensions and contributions.
|
||||||
|
|
||||||
This repository can be overlayed on an xmonad repository.
|
Build and install as for other haskell packages:
|
||||||
Users may then import Haskell src from here, to extend their config
|
|
||||||
files.
|
|
||||||
|
|
||||||
scripts/ contains further external programs useful with xmonad.
|
runhaskell Setup.lhs configure --user --prefix=$HOME
|
||||||
|
runhaskell Setup.lhs build
|
||||||
Haskell code contributed to this repo should live under the
|
runhaskell Setup.lhs install --user
|
||||||
|
|
||||||
XMonadContrib.
|
|
||||||
|
|
||||||
name space. For example:
|
|
||||||
|
|
||||||
XMonadContrib.Mosaic
|
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
name: XMonadContrib
|
name: xmonad-contrib
|
||||||
version: 0.4
|
version: 0.4
|
||||||
homepage: http://xmonad.org
|
homepage: http://xmonad.org/
|
||||||
synopsis: third party extensions for xmonad
|
synopsis: Third party extensions for xmonad
|
||||||
description:
|
description:
|
||||||
third party extensions for xmonad
|
Third party tiling algorithms, configurations and scripts to xmonad.
|
||||||
category: System
|
category: System
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
Loading…
x
Reference in New Issue
Block a user