Skip to content
/ epiwm Public

EPIwm *NIX Window Manager

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

mulot/epiwm

Repository files navigation

EPIwm

What is EPIwm?

EPIwm is a window manager born out of a school project. It is intended to be small, fast, and configurable while maintening a large feature set.

Depedencies

Known Supported Platforms

  • Intel GNU/Linux Redhat 5.x 6.0, Mandrake and Debian (primary platform)
  • Intel NetBSD 1.4 (primary platform)
  • Sparc NetBSD 1.4
  • Linux PPC
  • Alpha Digital Unix v4.0 (OSF1)

And probably on another...

Patches to make it work on other platforms are welcome.

Requirements

  • X11R6

Optional

  • Imlib
  • libpng
  • libtiff
  • libxpm
  • libgif
  • libjpeg

Build

Requirements

  • X11R6 libs
  • cc or gcc
  • make

Howto

Uncompress the archive :

gunzip -c epiwm-0.5.6.tar.gz | tar xvf -

Enter in the directory, configure it and build it :

cd epiwm-0.5.6
./configure
make

If you want to disable the use of libXpm, add --disable-xpm to ./configure.

If you want to disable the use of Imlib, add --disable-imlib to ./configure.

You can specify where to install config files with the --sysconfdir=[PATH] option of configure.

See (./configure --help)

If it does not work, you can try :

make -f Makefile.linux

Installation

Manual installation

Build the tgz archive as indicated above.

If you want to install EPIwm, you must be root and type:

make install-strip

If it does not work, you can try :

make -f Makefile.linux install

RPM Installation

Be root and just type :

rpm -ivh EPIwm-0.5.6-1.i386.rpm

DEB Installation

Be root and just type :

dpkg -i epiwm_0.5.6-1_i386.deb

Add this following line in your ~/.xinitrc or your ~/.xsession file :

exec epiwm

It's finished. You can launch EPIwm.

Themes

Themes screenshots

EPIwm BeOS theme

EPIwm Linux theme

EPIwm Matrix theme

EPIwm Fench cheese theme

Theme installation

Decompress the theme in your ~/.epiwm directory :

tar xvfz EPIwm_be_theme.tar.gz

Now you have two directories :

$ ls ~/.epiwm
$ be/ pixmaps/

Edit your .xinitrc file and add the line :

exec epiwm -theme ~/.epiwm/be

Now it's OK. So you can have several theme directories in your ~/.epiwm directory. And you can select the theme that you want with the -theme option of the epiwm command.

Authors

For more information go to https://github.com/mulot/epiwm

About

EPIwm *NIX Window Manager

Topics

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages