From 9b5bde5fd9e77b9a907ea830e7acb403812d94fa Mon Sep 17 00:00:00 2001 From: Nakidai Date: Wed, 27 Mar 2024 03:18:58 +0300 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c922bd..6f979ae 100644 --- a/README.md +++ b/README.md @@ -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