Update README.md

master
Nakidai 2024-03-27 03:18:58 +03:00 committed by Nakidai
parent 3dd6d456bf
commit 9b5bde5fd9
Signed by: nakidai
GPG Key ID: C6BF6082F42307C0
1 changed files with 10 additions and 3 deletions

View File

@ -1,11 +1,18 @@
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
--
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