# dwm https://dwm.suckless.org/ ## patches - fullgaps - bar height - alwayscenter - gruvbox theme (not a patch anymore apparently...) - actualfullscreen ## installation ``` git clone https://github.com/ozpv/dwm cd dwm sudo make install ``` ## other ### status bar installation ``` git clone https://github.com/ozpv/slstatus cd slstatus sudo make install ``` ### powermenu installation (requires dmenu) ``` git clone https://github.com/ozpv/powermenu cd powermenu sudo make install ```