2021-11-14 13:17:50 -05:00
|
|
|
PolytreeWM - tiling window manager
|
|
|
|
==================================
|
|
|
|
|
2021-11-14 18:59:43 -05:00
|
|
|
PolytreeWM is an extremely fast, small, and dynamic tiling window manager for X.
|
2021-11-14 13:17:50 -05:00
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
|
|
|
|
|
|
|
In order to build PolytreeWM you need the Xlib header files.
|
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
|
2021-11-16 14:58:17 -05:00
|
|
|
./configure
|
|
|
|
make clean all
|
|
|
|
sudo make install
|
2021-11-14 13:17:50 -05: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.)
|
|
|
|
|
|
|
|
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-15 14:12:05 -05:00
|
|
|
sleep 1
|
2021-11-14 13:17:50 -05:00
|
|
|
done &
|
|
|
|
exec polytreewm
|
|
|
|
|
2021-11-15 14:46:58 -05:00
|
|
|
Credits
|
|
|
|
-------
|
|
|
|
|
|
|
|
PolytreeWM is a fork of [dwm](https://dwm.suckless.org).
|
|
|
|
|
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
|
2021-11-15 18:28:25 -05:00
|
|
|
* swallow
|
2021-11-12 04:40:02 -05:00
|
|
|
* systray
|
2021-11-13 11:55:33 -05:00
|
|
|
|
|
|
|
Interesting patches (not applied)
|
|
|
|
---------------------------------
|
|
|
|
|
2021-11-14 20:33:02 -05:00
|
|
|
* anybar
|
|
|
|
* awesomebar
|
2021-11-13 11:55:33 -05:00
|
|
|
* attachdirection
|
2021-11-14 20:33:02 -05:00
|
|
|
* bar_height
|
|
|
|
* bartabgroups
|
|
|
|
* colorbar
|
2021-11-14 20:24:40 -05:00
|
|
|
* current_desktop
|
|
|
|
* ewmhtags
|
2021-11-14 20:33:02 -05:00
|
|
|
* fancybar
|
2021-11-13 15:46:03 -05:00
|
|
|
* focusmaster
|
2021-11-13 11:55:33 -05:00
|
|
|
* focusmonmouse
|
2021-11-14 20:33:02 -05:00
|
|
|
* holdbar
|
2021-11-13 18:13:20 -05:00
|
|
|
* rotatestack
|
|
|
|
* stacker
|