Edit README.md

This commit is contained in:
Alex Kotov 2021-11-20 19:46:03 +05:00
parent 94df2d1a97
commit aec6501879
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -18,22 +18,22 @@ Installation
Running
-------
Add the following line to your .xinitrc to start PolytreeWM using startx:
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.:
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.)
This will start PolytreeWM on display :1 of the host foo.bar.
Credits
-------
PolytreeWM is originally a fork of [dwm](https://dwm.suckless.org), but it is
very different now. It also includes the following dwm patches:
PolytreeWM is originally a fork of [dwm](https://dwm.suckless.org), but is very
different now. It also includes the following dwm patches:
* [alwayscenter](https://dwm.suckless.org/patches/alwayscenter)
* [fakefullscreen](https://dwm.suckless.org/patches/fakefullscreen)