Pentium44 3179753242 Call this v0.6.0 3 سال پیش
..
autom4te.cache 0992e0a7e7 Tweaks to thaw 4 سال پیش
po 0992e0a7e7 Tweaks to thaw 4 سال پیش
src 3179753242 Call this v0.6.0 3 سال پیش
ABOUT-NLS 25ada097f1 JWM additions 4 سال پیش
ChangeLog 25ada097f1 JWM additions 4 سال پیش
Doxyfile 25ada097f1 JWM additions 4 سال پیش
LICENSE 25ada097f1 JWM additions 4 سال پیش
Makefile 0992e0a7e7 Tweaks to thaw 4 سال پیش
Makefile.in 25ada097f1 JWM additions 4 سال پیش
README.md 25ada097f1 JWM additions 4 سال پیش
aclocal.m4 0992e0a7e7 Tweaks to thaw 4 سال پیش
config.guess 25ada097f1 JWM additions 4 سال پیش
config.h ffad78dc63 Call this v0.6.0 3 سال پیش
config.h.in 25ada097f1 JWM additions 4 سال پیش
config.log ffad78dc63 Call this v0.6.0 3 سال پیش
config.status ffad78dc63 Call this v0.6.0 3 سال پیش
config.sub 25ada097f1 JWM additions 4 سال پیش
configure 0992e0a7e7 Tweaks to thaw 4 سال پیش
configure.in 25ada097f1 JWM additions 4 سال پیش
doc-footer.shtml 25ada097f1 JWM additions 4 سال پیش
doc-header.shtml 25ada097f1 JWM additions 4 سال پیش
example.jwmrc 25ada097f1 JWM additions 4 سال پیش
install-sh 25ada097f1 JWM additions 4 سال پیش
jwm.1 ffad78dc63 Call this v0.6.0 3 سال پیش
jwm.1.in 25ada097f1 JWM additions 4 سال پیش

README.md

JWM (Joe's Window Manager)

JWM is a light-weight window manager for the X11 Window System.

Requirements

To build JWM you will need a C compiler (gcc works), X11, and the "development headers" for X11 and Xlib. If available and not disabled at compile time, JWM will also use the following libraries:

  • libcairo and librsvg for SVG icons and backgrounds.
  • libfribidi for bi-directional text support.
  • libjpeg for JPEG icons and backgrounds.
  • libpng for PNG icons and backgrounds.
  • libXext for the shape extension.
  • libXext for the render extension.
  • libXmu for rounded corners.
  • libxft for antialiased and true type fonts.
  • libXinerama for multiple head support.
  • libXpm for XPM icons and backgrounds.

Installation

  1. If building from the git repository, run autoreconf to generate configure.
  2. Run "./configure --help" for configuration options.
  3. Run "./configure [options]"
  4. Run "make" to build JWM.
  5. Run "make install" to install JWM. Depending on where you are installing JWM, you may need to perform this step as root ("sudo make install").

License

See LICENSE for license information.

For more information see http://joewing.net/projects/jwm/