pekwm

Top-level Files of trunk
Login

Top-level Files of trunk

Files in the top-level directory from the latest check-in of branch trunk


pekwm logo

README

The Pekwm Window Manager is written by Claes Nästén. The code is based on the aewm++ window manager, but it has evolved enough that it no longer resembles aewm++ at all. It also has an expanded feature-set, including window grouping (similar to ion, pwm, or fluxbox), auto properties, xinerama and keygrabber that supports keychains, and much more.

For more information visit https://www.pekwm.se/

Quick Installation

If you want to install pekwm from source, follow these steps:

  1. Get the sources:
fossil clone https://www.pekwm.se/pekwm
  1. Build

With CMake:

cd pekwm
mkdir build && cd build
cmake ..
make

OR with autotools:

autoreconf -i
./configure
make
  1. Install as root:
make install

Distribution Packages

Packaging status

pekwm is available in many Linux and BSD distributions. An up-to-date overview of packaged versions and supported distributions can be found on Repology.

Getting Started

See the Manual for more information on how to use and configure pekwm.

For themes, go to the pekwm themes site that is based on data from the pekwm-theme-index where you can register your own themes for inclusion.