dotfiles/config/dwm/README.md
Smirnov Olexandr f7c0cef79f Add DWM config
2021-01-06 17:54:15 +02:00

13 lines
233 B
Markdown

# DWM
![Screenhot](screen.png)
------------------------
### Install
~~~bash
git clone https://git.suckless.org/dwm ~/.config/dwm
sudo cp ~/.config/dwm/dwm.desktop /usr/share/xsessions
cd ~/.config/dwm
sudo make clean install
~~~~