Compare commits

..

2 Commits

Author SHA1 Message Date
Nakidai 08af9ae272
Update README.md 2024-03-27 03:18:58 +03:00
Nakidai 9e4883db60
Move installation folder to .local 2024-03-27 03:11:28 +03:00
2 changed files with 11 additions and 4 deletions

View File

@ -2,9 +2,16 @@ 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
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`: To run it just write something like this in your `.xinitrc`:
```sh ```sh
python sysbar.py & python sysbar.py &

View File

@ -4,7 +4,7 @@ VERSION = 6.2
# Customize below to fit your system # Customize below to fit your system
# paths # paths
PREFIX = /usr/local PREFIX = ${HOME}/.local/
MANPREFIX = ${PREFIX}/share/man MANPREFIX = ${PREFIX}/share/man
X11INC = /usr/include/X11 X11INC = /usr/include/X11