blob: e6d05c4542591c709a1d2ea1e0f9839fbeed2c11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# dwm
https://dwm.suckless.org/
## patches
- fullgaps
- bar height
- alwayscenter
- gruvbox theme
- actualfullscreen
## installation
Inside of [config.mk](https://github.com/ozpv/dwm/blob/main/config.mk) set 'USRHOME' to your home directory
Inside of [config.h](https://github.com/ozpv/dwm/blob/main/config.h) change the home directory in char 'dmenupmcmd'
then run `sudo make install`
|