2021-11-14 23:17:50 +05:00
|
|
|
PolytreeWM - tiling window manager
|
|
|
|
==================================
|
|
|
|
|
2021-11-15 04:59:43 +05:00
|
|
|
PolytreeWM is an extremely fast, small, and dynamic tiling window manager for X.
|
2021-11-14 23:17:50 +05:00
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
|
|
|
|
2022-09-07 17:52:34 +04:00
|
|
|
In order to build PolytreeWM you need Cargo for Rust and the Xlib header files.
|
2021-11-14 23:17:50 +05:00
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
|
2021-11-17 00:58:17 +05:00
|
|
|
./configure
|
|
|
|
make clean all
|
|
|
|
sudo make install
|
2021-11-14 23:17:50 +05:00
|
|
|
|
|
|
|
Running
|
|
|
|
-------
|
|
|
|
|
2021-11-20 19:46:03 +05:00
|
|
|
Add the following line to your `.xinitrc` to start PolytreeWM using `startx`:
|
2021-11-14 23:17:50 +05:00
|
|
|
|
|
|
|
exec polytreewm
|
|
|
|
|
2021-11-20 19:46:03 +05:00
|
|
|
In order to connect PolytreeWM to a specific display, make sure that the
|
|
|
|
`DISPLAY` environment variable is set correctly, e.g.:
|
2021-11-14 23:17:50 +05:00
|
|
|
|
|
|
|
DISPLAY=foo.bar:1 exec polytreewm
|
|
|
|
|
2021-11-20 19:46:03 +05:00
|
|
|
This will start PolytreeWM on display :1 of the host foo.bar.
|
2021-11-14 23:17:50 +05:00
|
|
|
|
2021-11-16 00:46:58 +05:00
|
|
|
Credits
|
|
|
|
-------
|
|
|
|
|
2021-11-20 19:46:03 +05:00
|
|
|
PolytreeWM is originally a fork of [dwm](https://dwm.suckless.org), but is very
|
|
|
|
different now. It also includes the following dwm patches:
|
2021-11-20 19:38:30 +05:00
|
|
|
|
|
|
|
* [alwayscenter](https://dwm.suckless.org/patches/alwayscenter)
|
2021-12-05 19:53:02 +05:00
|
|
|
* [anybar](https://dwm.suckless.org/patches/anybar)
|
2021-11-20 19:38:30 +05:00
|
|
|
* [fakefullscreen](https://dwm.suckless.org/patches/fakefullscreen)
|
|
|
|
* [focusonclick](https://dwm.suckless.org/patches/focusonclick)
|
|
|
|
* [movestack](https://dwm.suckless.org/patches/movestack)
|
|
|
|
* [nmaxmaster](https://dwm.suckless.org/patches/nmaxmaster)
|
|
|
|
* [resetnmaster](https://dwm.suckless.org/patches/resetnmaster)
|
|
|
|
* [smartborders](https://dwm.suckless.org/patches/smartborders)
|