2021-11-14 13:17:50 -05:00
|
|
|
PolytreeWM - tiling window manager
|
|
|
|
==================================
|
|
|
|
|
|
|
|
PolytreeWM is an extremely fast, small, and dynamic window manager for X.
|
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
|
|
|
|
|
|
|
In order to build PolytreeWM you need the Xlib header files.
|
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
|
|
|
|
Edit config.mk to match your local setup (PolytreeWM is installed into the
|
|
|
|
/usr/local namespace by default).
|
|
|
|
|
|
|
|
Afterwards enter the following command to build and install PolytreeWM (if
|
|
|
|
necessary as root):
|
|
|
|
|
|
|
|
make clean 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.)
|
|
|
|
|
|
|
|
In order to display status info in the bar, you can do something
|
|
|
|
like this in your .xinitrc:
|
|
|
|
|
|
|
|
while xsetroot -name "`date` `uptime | sed 's/.*,//'`"
|
|
|
|
do
|
|
|
|
sleep 1
|
|
|
|
done &
|
|
|
|
exec polytreewm
|
|
|
|
|
|
|
|
Configuration
|
|
|
|
-------------
|
|
|
|
|
|
|
|
The configuration of PolytreeWM is done by creating a custom config.h and
|
|
|
|
(re)compiling the source code.
|
|
|
|
|
2021-11-13 11:55:33 -05:00
|
|
|
Applied patches
|
|
|
|
---------------
|
2021-11-12 04:40:02 -05:00
|
|
|
|
|
|
|
* alwayscenter
|
|
|
|
* fakefullscreen
|
2021-11-13 11:23:18 -05:00
|
|
|
* focusonclick
|
2021-11-12 18:59:11 -05:00
|
|
|
* hide_vacant_tags
|
2021-11-12 04:40:02 -05:00
|
|
|
* movestack
|
2021-11-13 18:20:46 -05:00
|
|
|
* nametag
|
2021-11-13 15:52:18 -05:00
|
|
|
* nmaxmaster
|
2021-11-12 04:40:02 -05:00
|
|
|
* pertag
|
2021-11-13 16:26:50 -05:00
|
|
|
* resetnmaster
|
2021-11-13 12:14:37 -05:00
|
|
|
* smartborders
|
2021-11-12 04:40:02 -05:00
|
|
|
* statusallmons
|
|
|
|
* systray
|
2021-11-13 11:55:33 -05:00
|
|
|
|
|
|
|
Interesting patches (not applied)
|
|
|
|
---------------------------------
|
|
|
|
|
|
|
|
* attachdirection
|
2021-11-13 15:46:03 -05:00
|
|
|
* focusmaster
|
2021-11-13 11:55:33 -05:00
|
|
|
* focusmonmouse
|
2021-11-13 18:13:20 -05:00
|
|
|
* rotatestack
|
|
|
|
* stacker
|