Files in the top-level directory from the latest check-in of branch trunk
- .editorconfig
- .gitignore
- .hooks
- CMake
- data
- dev
- doc
- src
- test
- CMakeLists.txt
- configure.ac
- LICENSE
- Makefile.am
- NEWS.md
- pekwm_logo.svg
- README.md
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:
- Get the sources:
fossil clone https://www.pekwm.se/pekwm
- Build
With CMake:
cd pekwm
mkdir build && cd build
cmake ..
make
OR with autotools:
autoreconf -i
./configure
make
- Install as root:
make install
Distribution Packages
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.