Sin descripción

Martin Duquesnoy 8362a4ab68 Infobar/Init: Improve status.sh check test and fix free mistake (segfault) in infobar_draw_statustext from philpep hace 14 años
rc 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. hace 14 años
src 8362a4ab68 Infobar/Init: Improve status.sh check test and fix free mistake (segfault) in infobar_draw_statustext from philpep hace 14 años
.gitignore 21c5c36c1e Build System: Re set LIBRARIES_TO_LINK hace 15 años
CMakeLists.txt d8f086868c Cmake: lpthread in LDFLAGS instead of CFLAGS hace 14 años
COPYING c0e39a2fc3 COPYING: remove first line /o\ hace 15 años
README 1dce5bae3b Conf/README: Update readme and optimize some stuff in config.c hace 14 años
TODO 8b021f008e Update TODO and README hace 15 años
cmake_uninstall.cmake.in 6ece813bf3 [CMake] Add uninstall target hace 15 años
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. hace 14 años
wmfs.desktop 1d83f14c3f Add wmfs.desktop and entry to install in CMakeLists.txt hace 15 años
wmfs.doxygen.in fa709c801c Fix typo in doxygen config hace 15 años
wmfsrc.in a34af54e78 Conf/ViWMFS: Add bind to set WMFS in ViWMFS mode in the default configuration and improve viwmfs function. hace 14 años

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