No Description

Philippe Pepiot 21c5c36c1e Build System: Re set LIBRARIES_TO_LINK 15 years ago
src ceb97cdae0 Build System: Xrandr and Xinerama optional 15 years ago
.gitignore 21c5c36c1e Build System: Re set LIBRARIES_TO_LINK 15 years ago
CMakeLists.txt 21c5c36c1e Build System: Re set LIBRARIES_TO_LINK 15 years ago
COPYING c0e39a2fc3 COPYING: remove first line /o\ 15 years ago
README 0cc60f8d68 Update Readme. 15 years ago
TODO 8b021f008e Update TODO and README 15 years ago
cmake_uninstall.cmake.in 6ece813bf3 [CMake] Add uninstall target 15 years ago
wmfs.1 4ac3df6412 Man/Conf: Fixed some mistake, updated man and add one keybind to default conf. 15 years ago
wmfs.desktop 1d83f14c3f Add wmfs.desktop and entry to install in CMakeLists.txt 15 years ago
wmfs.doxygen.in fa709c801c Fix typo in doxygen config 15 years ago
wmfsrc.in 42fa59a524 Conf/Event: Add option "focus_follow_mouse" in misc section request by gyo. 15 years ago

README

ABOUT :
WMFS Window Manager.
* Window Manager From Scratch

A small Window Manager created from scratch

AUTHORS :
Martin Duquesnoy

LICENSE : BSD

REQUIREMENT :
- libconfuse
- freetype2
- libxinerama
- libxrandr
- 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