Polytree tiling window manager
Go to file
Alex Kotov 6311f52cbb
Use bool type
2021-11-21 01:01:49 +05:00
config Disable swallowing 2021-11-20 21:42:59 +05:00
src Use bool type 2021-11-21 01:01:49 +05:00
.gitignore Better organize makefiles 2021-11-17 04:12:40 +05:00
LICENSE Better format LICENSE (only format changed) 2021-11-15 00:14:36 +05:00
Makefile Add module "src/state.c" 2021-11-21 00:34:34 +05:00
README.md Disable swallowing 2021-11-20 21:42:59 +05:00
configure Use Alacritty as terminal 2021-11-18 18:57:41 +05:00
polytreewm.1 Remove bar 2021-11-20 20:00:31 +05:00

README.md

PolytreeWM - tiling window manager

PolytreeWM is an extremely fast, small, and dynamic tiling window manager for X.

Requirements

In order to build PolytreeWM you need the Xlib header files.

Installation

./configure
make clean all
sudo make install

Running

Add the following line to your .xinitrc to start PolytreeWM using startx:

exec polytreewm

In order to connect PolytreeWM to a specific display, make sure that the DISPLAY environment variable is set correctly, e.g.:

DISPLAY=foo.bar:1 exec polytreewm

This will start PolytreeWM on display :1 of the host foo.bar.

Credits

PolytreeWM is originally a fork of dwm, but is very different now. It also includes the following dwm patches: