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
|
|
|
|
------------
|
|
|
|
|
|
|
|
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
|
2021-11-16 00:12:05 +05:00
|
|
|
sleep 1
|
2021-11-14 23:17:50 +05:00
|
|
|
done &
|
|
|
|
exec polytreewm
|
|
|
|
|
|
|
|
Configuration
|
|
|
|
-------------
|
|
|
|
|
|
|
|
The configuration of PolytreeWM is done by creating a custom config.h and
|
|
|
|
(re)compiling the source code.
|
|
|
|
|
2021-11-16 00:46:58 +05:00
|
|
|
Credits
|
|
|
|
-------
|
|
|
|
|
|
|
|
PolytreeWM is a fork of [dwm](https://dwm.suckless.org).
|
|
|
|
|
2021-11-13 21:55:33 +05:00
|
|
|
Applied patches
|
|
|
|
---------------
|
2021-11-12 14:40:02 +05:00
|
|
|
|
|
|
|
* alwayscenter
|
|
|
|
* fakefullscreen
|
2021-11-13 21:23:18 +05:00
|
|
|
* focusonclick
|
2021-11-13 04:59:11 +05:00
|
|
|
* hide_vacant_tags
|
2021-11-12 14:40:02 +05:00
|
|
|
* movestack
|
2021-11-14 04:20:46 +05:00
|
|
|
* nametag
|
2021-11-14 01:52:18 +05:00
|
|
|
* nmaxmaster
|
2021-11-12 14:40:02 +05:00
|
|
|
* pertag
|
2021-11-14 02:26:50 +05:00
|
|
|
* resetnmaster
|
2021-11-13 22:14:37 +05:00
|
|
|
* smartborders
|
2021-11-12 14:40:02 +05:00
|
|
|
* statusallmons
|
2021-11-16 04:28:25 +05:00
|
|
|
* swallow
|
2021-11-12 14:40:02 +05:00
|
|
|
* systray
|
2021-11-13 21:55:33 +05:00
|
|
|
|
|
|
|
Interesting patches (not applied)
|
|
|
|
---------------------------------
|
|
|
|
|
2021-11-15 06:33:02 +05:00
|
|
|
* anybar
|
|
|
|
* awesomebar
|
2021-11-13 21:55:33 +05:00
|
|
|
* attachdirection
|
2021-11-15 06:33:02 +05:00
|
|
|
* bar_height
|
|
|
|
* bartabgroups
|
|
|
|
* colorbar
|
2021-11-15 06:24:40 +05:00
|
|
|
* current_desktop
|
|
|
|
* ewmhtags
|
2021-11-15 06:33:02 +05:00
|
|
|
* fancybar
|
2021-11-14 01:46:03 +05:00
|
|
|
* focusmaster
|
2021-11-13 21:55:33 +05:00
|
|
|
* focusmonmouse
|
2021-11-15 06:33:02 +05:00
|
|
|
* holdbar
|
2021-11-14 04:13:20 +05:00
|
|
|
* rotatestack
|
|
|
|
* stacker
|