Update README.md
parent
9e4883db60
commit
08af9ae272
13
README.md
13
README.md
|
@ -1,11 +1,18 @@
|
||||||
DWM
|
DWM
|
||||||
--
|
--
|
||||||
Dynamic Window Manager(dwm) 6.2 with patches for gaps
|
Dynamic Window Manager(dwm) 6.2 with patches for gaps
|
||||||
|
|
||||||
|
Before use
|
||||||
|
--
|
||||||
|
You may need to add $HOME/.local/bin to $PATH, because this is deafult folder
|
||||||
|
for install. You still can edit prefix in `config.mk` file (e.g. to `/usr/local`).
|
||||||
|
|
||||||
Bar
|
Bar
|
||||||
--
|
--
|
||||||
I use my own [bar](https://git.nakidai.ru/nakidai/dwmbar) written in python. Bar script itself you can find [there](https://git.nakidai.ru/nakidai/dwmscripts/src/branch/master/sysbar.py).
|
I use my own [bar](https://git.nakidai.ru/nakidai/dwmbar) written in python. Bar
|
||||||
To run it just write something like this in your `.xinitrc`:
|
script itself you can find [there](https://git.nakidai.ru/nakidai/dwmscripts/src/branch/master/sysbar.py).
|
||||||
|
|
||||||
|
To run it just write something like this in your `.xinitrc`:
|
||||||
```sh
|
```sh
|
||||||
python sysbar.py &
|
python sysbar.py &
|
||||||
exec dwm
|
exec dwm
|
||||||
|
|
Loading…
Reference in New Issue