diff options
author | gwern0 <gwern0@gmail.com> | 2010-05-02 22:02:52 +0200 |
---|---|---|
committer | gwern0 <gwern0@gmail.com> | 2010-05-02 22:02:52 +0200 |
commit | b229e776947c8cd5032b59daeac8c2e3cd8b481b (patch) | |
tree | 79466a873296f4ffe0561157868117b5120730ed | |
parent | 7849dea31a6910f0c592095e33ae9fd5e30f024d (diff) | |
download | xmonad-b229e776947c8cd5032b59daeac8c2e3cd8b481b.tar.gz xmonad-b229e776947c8cd5032b59daeac8c2e3cd8b481b.tar.xz xmonad-b229e776947c8cd5032b59daeac8c2e3cd8b481b.zip |
+original HCAR entry
Ignore-this: 9b13691977a4e96d14ebf79c8d98cfd6
darcs-hash:20100502200252-f7719-5d5627cdca1445079e697bcf2547def58fdf273b.gz
Diffstat (limited to '')
-rw-r--r-- | man/HCAR.tex | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/man/HCAR.tex b/man/HCAR.tex new file mode 100644 index 0000000..034f610 --- /dev/null +++ b/man/HCAR.tex @@ -0,0 +1,36 @@ +\begin{hcarentry}{xmonad} +\label{xmonad} +\report{Don Stewart}%05/08 +\status{active development} +\makeheader + +xmonad is a tiling window manager for X. Windows are arranged +automatically to tile the screen without gaps or overlap, maximizing +screen use. Window manager features are accessible from the keyboard: a +mouse is optional. xmonad is written, configured, and extensible in +Haskell. Custom layout algorithms, key bindings, and other extensions may +be written by the user in config files. Layouts are applied +dynamically, and different layouts may be used on each workspace. +Xinerama is fully supported, allowing windows to be tiled on several +physical screens. + +The new release 0.7 of xmonad added full support for the GNOME and KDE +desktops, and adoption continues to grow, with binary packages of xmonad +available for all major distributions. + +\FurtherReading +\begin{compactitem} +\item Homepage: + \url{http://xmonad.org/} + +\item Darcs source: + + \texttt{darcs get} \url{http://code.haskell.org/xmonad} + +\item IRC channel: + \verb+#xmonad @ irc.freenode.org+ + +\item Mailing list: + \email{xmonad@haskell.org} +\end{compactitem} +\end{hcarentry}
\ No newline at end of file |