diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-02-20 09:11:37 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-02-20 09:11:37 +0800 |
commit | 3ea60b2219b8e995795831f086f9099d3a2c4a79 (patch) | |
tree | bca59d279d5c562c1a51c90a54a43749db2dc787 /x11-wm/Makefile | |
parent | f5fbae98aa644a30e39561a2c0fbe0acce108f1a (diff) | |
download | freebsd-ports-gnome-3ea60b2219b8e995795831f086f9099d3a2c4a79.tar.gz freebsd-ports-gnome-3ea60b2219b8e995795831f086f9099d3a2c4a79.tar.zst freebsd-ports-gnome-3ea60b2219b8e995795831f086f9099d3a2c4a79.zip |
Third party tiling algorithms, configurations and scripts to xmonad.
For an introduction to building, configuring and using xmonad extensions,
see XMonad.Doc.
In particular:
* XMonad.Doc.Configuring, a guide to configuring xmonad.
* XMonad.Doc.Extending, using the contributed extensions library.
* XMonad.Doc.Developing, introduction to xmonad internals and
writing your own extensions.
WWW: http://www.xmonad.org/
PR: ports/120235
Submitted by: Matthieu Guegan <matt.guegan at free.fr>
Diffstat (limited to 'x11-wm/Makefile')
-rw-r--r-- | x11-wm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index d8741ce92037..ecdfc6a5f6a6 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -145,6 +145,7 @@ SUBDIR += xfce4-session SUBDIR += xfce4-wm SUBDIR += xmonad + SUBDIR += xmonad-contrib SUBDIR += yawm .include <bsd.port.subdir.mk> |