Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ wmfs Public
forked from xorg62/wmfs

Window Manager From Scratch, A tiling window manager highly configurable.

License

philpep/wmfs

 
 

Repository files navigation

ABOUT :
WMFS Window Manager.
   * Window Manager From Scratch

A highly configurable and manageable tiling Window Manager created from scratch

AUTHOR :
 - Martin Duquesnoy <[email protected]>

CONTRIBUTORS :
 - Philippe Pepiot <[email protected]>
 - Marc Lagrange <[email protected]>
 - OldMan <[email protected]>
 - Raphael Khaiat <[email protected]>
 - Tomáš Chvátal <[email protected]>
 - David Delassus <[email protected]>
 - David Demelier <[email protected]>

LICENSE : BSD, see COPYING.

REQUIREMENT :
  - libx11
  - libxft      (optional)
  - freetype
  - libxinerama (optional)
  - libxrandr   (optional)
  - imlib2      (optional)
  - cmake>=2.8  (build system, optional)

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

INSTALL :
mkdir build/ && cd build/
cmake ..

You can also use old build system if you don't want^Whave cmake
./configure && make

DISTROS :
  - wmfs port for FreeBSD at x11-wm/wmfs
  - wmfs is available with AUR in ArchLinux (wmfs or wmfs-git)

About

Window Manager From Scratch, A tiling window manager highly configurable.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.6%
  • Shell 1.4%