blob: 1a141ab4ab405c3e43a911c9d6537e3615aaebda (
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`
|