Sen descrición

Martin Duquesnoy 321669eb3a Draw: Fix possible segfault in textw (securize strcpy) %!s(int64=14) %!d(string=hai) anos
rc 04bef9a4b8 rc/status.sh: be posix compliant %!s(int64=14) %!d(string=hai) anos
src 321669eb3a Draw: Fix possible segfault in textw (securize strcpy) %!s(int64=14) %!d(string=hai) anos
.gitignore 21c5c36c1e Build System: Re set LIBRARIES_TO_LINK %!s(int64=15) %!d(string=hai) anos
CMakeLists.txt 321669eb3a Draw: Fix possible segfault in textw (securize strcpy) %!s(int64=14) %!d(string=hai) anos
COPYING c0e39a2fc3 COPYING: remove first line /o\ %!s(int64=15) %!d(string=hai) anos
README 1dce5bae3b Conf/README: Update readme and optimize some stuff in config.c %!s(int64=14) %!d(string=hai) anos
TODO 8b021f008e Update TODO and README %!s(int64=15) %!d(string=hai) anos
cmake_uninstall.cmake.in 6ece813bf3 [CMake] Add uninstall target %!s(int64=15) %!d(string=hai) anos
wmfs.1 796a72ecb8 Wmfs: Thread WMFS if status.sh is present, So update status.sh by itself each status_timing second, and add wmfs -S to update status.sh. !REPLACE YOUR STATUS.SH! (no loop anymore in the script) Requested by Matrhack. %!s(int64=14) %!d(string=hai) anos
wmfs.desktop 1d83f14c3f Add wmfs.desktop and entry to install in CMakeLists.txt %!s(int64=15) %!d(string=hai) anos
wmfs.doxygen.in fa709c801c Fix typo in doxygen config %!s(int64=15) %!d(string=hai) anos
wmfsrc.in c350bb45d0 Conf: Buttons as indicators of client mode (Feature #33) %!s(int64=14) %!d(string=hai) anos

README

ABOUT :
WMFS Window Manager.
* Window Manager From Scratch

A highly configurable and manageable tiling Window Manager created from scratch

AUTHORS :
Martin Duquesnoy

LICENSE : BSD

REQUIREMENT :
- freetype2
- libxinerama (optional)
- libxrandr (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