Polytree tiling window manager
Go to file
Alex Kotov ee6b6d00b7
Remove patches from the list of interesting patches
I'm going to completely remove status bar in favor
of external one, so these patches are not
applicable.
2021-11-19 13:58:22 +05:00
config Use Alacritty as terminal 2021-11-18 18:57:41 +05:00
src Remove status text 2021-11-19 13:50:09 +05:00
.gitignore Better organize makefiles 2021-11-17 04:12:40 +05:00
LICENSE Better format LICENSE (only format changed) 2021-11-15 00:14:36 +05:00
Makefile Remove systray 2021-11-19 13:39:55 +05:00
README.md Remove patches from the list of interesting patches 2021-11-19 13:58:22 +05:00
configure Use Alacritty as terminal 2021-11-18 18:57:41 +05:00
polytreewm.1 Remove status text 2021-11-19 13:50:09 +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.)

Credits

PolytreeWM is a fork of dwm.

Applied patches

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

Interesting patches (not applied)

  • attachdirection
  • current_desktop
  • ewmhtags
  • focusmaster
  • focusmonmouse
  • rotatestack
  • stacker