Polytree tiling window manager
Go to file
Alex Kotov 000c7fbeea
Configure build
2021-11-17 03:02:15 +05:00
config Configure build 2021-11-17 03:02:15 +05:00
src Configure build 2021-11-17 03:02:15 +05:00
.gitignore Configure build 2021-11-17 03:02:15 +05:00
LICENSE Better format LICENSE (only format changed) 2021-11-15 00:14:36 +05:00
Makefile Configure build 2021-11-17 03:02:15 +05:00
README.md Fix build 2021-11-17 00:58:17 +05:00
configure Configure build 2021-11-17 03:02:15 +05:00
polytreewm.1 Replace "st" terminal with "ptterm" 2021-11-16 00:27:28 +05:00

README.md

PolytreeWM - tiling window manager

PolytreeWM is an extremely fast, small, and dynamic tiling window manager for X.

Requirements

In order to build PolytreeWM you need the Xlib header files.

Installation

./configure
make clean all
sudo make 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

Credits

PolytreeWM is a fork of dwm.

Applied patches

  • alwayscenter
  • fakefullscreen
  • focusonclick
  • hide_vacant_tags
  • movestack
  • nametag
  • nmaxmaster
  • pertag
  • resetnmaster
  • smartborders
  • statusallmons
  • swallow
  • systray

Interesting patches (not applied)

  • anybar
  • awesomebar
  • attachdirection
  • bar_height
  • bartabgroups
  • colorbar
  • current_desktop
  • ewmhtags
  • fancybar
  • focusmaster
  • focusmonmouse
  • holdbar
  • rotatestack
  • stacker