Dotfiles config update (2022-05-01)
This commit is contained in:
parent
ef3d06c649
commit
5cc684f27a
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user