blob: 3cb365cd9c3cbbee253882a5e5048cbc965f77f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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`
|