FreonLinux/system/jwm
Pentium44 3179753242 Call this v0.6.0 2021-01-12 18:59:19 -08:00
..
autom4te.cache Tweaks to thaw 2020-12-02 15:38:59 -08:00
po Tweaks to thaw 2020-12-02 15:38:59 -08:00
src Call this v0.6.0 2021-01-12 18:59:19 -08:00
ABOUT-NLS JWM additions 2020-11-30 00:31:34 -08:00
ChangeLog JWM additions 2020-11-30 00:31:34 -08:00
Doxyfile JWM additions 2020-11-30 00:31:34 -08:00
LICENSE JWM additions 2020-11-30 00:31:34 -08:00
Makefile Tweaks to thaw 2020-12-02 15:38:59 -08:00
Makefile.in JWM additions 2020-11-30 00:31:34 -08:00
README.md JWM additions 2020-11-30 00:31:34 -08:00
aclocal.m4 Tweaks to thaw 2020-12-02 15:38:59 -08:00
config.guess JWM additions 2020-11-30 00:31:34 -08:00
config.h Call this v0.6.0 2021-01-12 18:58:42 -08:00
config.h.in JWM additions 2020-11-30 00:31:34 -08:00
config.log Call this v0.6.0 2021-01-12 18:58:42 -08:00
config.status Call this v0.6.0 2021-01-12 18:58:42 -08:00
config.sub JWM additions 2020-11-30 00:31:34 -08:00
configure Tweaks to thaw 2020-12-02 15:38:59 -08:00
configure.in JWM additions 2020-11-30 00:31:34 -08:00
doc-footer.shtml JWM additions 2020-11-30 00:31:34 -08:00
doc-header.shtml JWM additions 2020-11-30 00:31:34 -08:00
example.jwmrc JWM additions 2020-11-30 00:31:34 -08:00
install-sh JWM additions 2020-11-30 00:31:34 -08:00
jwm.1 Call this v0.6.0 2021-01-12 18:58:42 -08:00
jwm.1.in JWM additions 2020-11-30 00:31:34 -08:00

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/