diff options
author | Mikko Varri <vmj@linuxbox.fi> | 2010-05-12 23:28:31 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:28:31 +0200 |
commit | 8e7bd5508cbd8a27c3ac76c97529f769b806f72c (patch) | |
tree | 567aa69976911430807d80c56118eecd16f2cfee /desktop/xmonad/README | |
parent | e11db00f74d49caf54f6ffb5d0dfc654cda6a56f (diff) | |
download | slackbuilds-8e7bd5508cbd8a27c3ac76c97529f769b806f72c.tar.gz |
desktop/xmonad: Added to 12.2 repository
Diffstat (limited to 'desktop/xmonad/README')
-rw-r--r-- | desktop/xmonad/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/desktop/xmonad/README b/desktop/xmonad/README new file mode 100644 index 0000000000..0cf8620f06 --- /dev/null +++ b/desktop/xmonad/README @@ -0,0 +1,17 @@ +xmonad (stable, featureful and easy tiling window manager for X11) + +xmonad is a dynamically tiling X11 window manager that is written +and configured in Haskell. In a normal WM, you spend half your time +aligning and searching for windows. xmonad makes work easier, by +automating this. + +This requires ghc and X11-haskell from SlackBuilds.org. + +After installing, use 'xwmconfig' command to reselect xmonad as window +manager, either as root to do system wide selection or as normal user +to do user specific selection. + +To get you started, the most basic key bindings are: + mod-shift-return Launch xterm + mod-shift-q Quit xmonad +For a Guided Tour: http://www.xmonad.org/tour.html |