Raphael Khaiat cee16d6f7f Add a tile_grid_vertical layout that split vertically unlike the tile_grid
layout that split horizontally. Add tile_grid_horizontal too that is the
same as tile_grid. You should use the tile_grid_horizontal, tile_grid is
kept for backward compatibility
2010-06-25 01:40:53 +02:00
2010-01-24 16:44:26 +01:00
2008-10-17 21:33:32 +02:00
2010-04-10 13:55:26 +02:00
2009-02-21 19:46:41 +01:00
2010-04-24 14:06:34 +02:00
2008-11-23 15:59:44 +01:00

ABOUT :
WMFS Window Manager.
   * Window Manager From Scratch

A highly configurable and manageable tiling Window Manager created from scratch

AUTHORS :
  Martin Duquesnoy <xorg62@gmail.com>

LICENSE : BSD

REQUIREMENT :
  - freetype2
  - libxinerama (optional)
  - libxrandr   (optional)
  - imlib2      (optional)
  - libxft
  - libx11
  - CMake >= 2.6

OS :
  - GNU/Linux : Supported.
  - FreeBSD : Supported.

INSTALL :
  - mkdir build
  - cd build
  - cmake ..
  - make
  - sudo make install
  - sudo make uninstall # if you would to remove it.

If you have doxygen installed you can generate doxygen documentation via custom target 'make doc' in the build dir.

DISTROS :
  - wmfs port for FreeBSD at x11-wm/wmfs
  - wmfs is available with AUR in ArchLinux (wmfs or wmfs-git)
Description
No description provided
Readme 10 MiB
Languages
C 92%
Roff 5.1%
Shell 2.1%
Makefile 0.8%