Edit README.md
This commit is contained in:
parent
94df2d1a97
commit
aec6501879
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue