mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -07:00
2a73df7a452ea583a1da85aec7f433a32d4d51c1
Context for why I've recorded the patch: aavogt | portnov: did you get the message about your XMonad.Layout.CenteredMaster licence being not compatible with the licence of contrib? portnov | aavogt: yep. Could you change that yourself? I allow this to be distributed as bsd3. Making so small patch and sending it will get to much time :) portnov | *so aavogt | I can change it, its more about whether you would allow the change to be made aavogt | but I guess this clears it up portnov | i allow.
3rd party xmonad extensions and contributions. Build and install through Cabal as for other Haskell packages: runhaskell Setup configure --user --prefix=$HOME runhaskell Setup build runhaskell Setup install --user (You may want to remove the --user flag when installing as root.) scripts/ contains further external programs useful with xmonad. Haskell code contributed to this repo should live under the appropriate subdivision of the 'XMonad.' namespace (currently includes Actions, Config, Hooks, Layout, Prompt, and Util). For example, to use the Mosaic layout, one would import: XMonad.Layout.Mosaic ------------------------------------------------------------------------ Code submitted to the contrib repo is licensed under the same license as xmonad itself, with copyright held by the authors. ------------------------------------------------------------------------ Documentation for the extensions and configuration system is available in Haddock form in the XMonad.Doc module and submodules.
Description
Languages
Haskell
99.6%
C
0.2%
Shell
0.1%