Dotfiles config update (2022-05-01)

This commit is contained in:
q3aql 2022-05-01 12:05:32 +02:00
parent ef3d06c649
commit 5cc684f27a

View File

@ -76,16 +76,17 @@ dotfiles - My tiling Dwm configuration (for Arch/Devuan/Debian)
* For build and install dwm, uses the following commands: * For build and install dwm, uses the following commands:
```shell ```shell
cd ~/.config/dwm $ cd ~/.config/dwm
make $ make
sudo make install $ sudo make install
make clean $ make clean
cd ~/.config/dwm/dwmblocks $ cd ~/.config/dwm/dwmblocks
make $ make
sudo make install $ sudo make install
make clean $ make clean
cd .. $ cd ..
cp -rfv dwm.desktop /usr/share/xsessions/ $ sudo cp -rfv dwm.desktop /usr/share/xsessions/
$ ln -s autostart.sh ~/.local/share/dwm/autostart.sh
```` ````
### Keys configuration: ### Keys configuration: