Compare commits
No commits in common. "08af9ae27237dbd2ef01f8aaa65be022450f75bf" and "eef00fe9501a3257702bcedf20125f9654f3d514" have entirely different histories.
08af9ae272
...
eef00fe950
13
README.md
13
README.md
|
@ -1,18 +1,11 @@
|
|||
DWM
|
||||
--
|
||||
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`).
|
||||
Dynamic Window Manager(dwm) 6.2 with patches for gaps
|
||||
|
||||
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).
|
||||
|
||||
To run it just write something like this in your `.xinitrc`:
|
||||
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).
|
||||
To run it just write something like this in your `.xinitrc`:
|
||||
```sh
|
||||
python sysbar.py &
|
||||
exec dwm
|
||||
|
|
Loading…
Reference in New Issue