polytreewm/README.md

59 lines
1.0 KiB
Markdown
Raw Normal View History

2021-11-14 18:17:50 +00:00
PolytreeWM - tiling window manager
==================================
PolytreeWM is an extremely fast, small, and dynamic tiling window manager for X.
2021-11-14 18:17:50 +00:00
Requirements
------------
In order to build PolytreeWM you need the Xlib header files.
Installation
------------
2021-11-16 19:58:17 +00:00
./configure
make clean all
sudo make install
2021-11-14 18:17:50 +00:00
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.)
2021-11-15 19:46:58 +00:00
Credits
-------
PolytreeWM is a fork of [dwm](https://dwm.suckless.org).
2021-11-13 16:55:33 +00:00
Applied patches
---------------
2021-11-12 09:40:02 +00:00
* alwayscenter
* fakefullscreen
* focusonclick
2021-11-12 09:40:02 +00:00
* movestack
* nmaxmaster
* resetnmaster
* smartborders
* swallow
2021-11-13 16:55:33 +00:00
Interesting patches (not applied)
---------------------------------
* attachdirection
* current_desktop
* ewmhtags
* focusmaster
2021-11-13 16:55:33 +00:00
* focusmonmouse
* rotatestack
* stacker