Polytree tiling window manager
Go to file
Alex Kotov d49ff190d9
Fix Rust code style
2022-09-07 19:01:51 +04:00
config Add Rust 2022-09-07 17:53:01 +04:00
src Fix Rust code style 2022-09-07 19:01:51 +04:00
tests Add tests for BasicGeom 2021-12-05 00:31:40 +05:00
.gitignore Add Rust 2022-09-07 17:53:01 +04:00
Cargo.lock Add Rust 2022-09-07 17:53:01 +04:00
Cargo.toml Add Rust 2022-09-07 17:53:01 +04:00
LICENSE Better format LICENSE (only format changed) 2021-11-15 00:14:36 +05:00
Makefile Fix Rust code style 2022-09-07 19:01:51 +04:00
README.md Add Rust 2022-09-07 17:53:01 +04:00
configure Configure screen locker 2021-12-05 15:16:00 +05:00
polytreewm.1 Configure screen locker 2021-12-05 15:16:00 +05:00
rustfmt.toml Fix Rust code style 2022-09-07 19:01:51 +04: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 Cargo for Rust and 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: