DWM
This is a DWM patches from Chris Titus Tech. I’ve tweaked and configured the patches to suit my personal workflow, but it’s simple enough for anyone to use.
Debian/Ubuntu-based:
sudo apt-get install libx11-dev libxft-dev libxinerama-dev libxrandr-dev libxcomposite-dev libxdamage-dev libxcursor-dev libxpm-dev xclip xbacklight
Arch Linux:
sudo pacman -S libx11 libxft libxinerama libxrandr libxcomposite libxdamage libxcursor libxpm xclip xbacklight
Fedora
sudo dnf install libX11-devel libXft-devel libXinerama-devel libXrandr-devel libXcomposite-devel libXdamage-devel libXcursor-devel libXpm-devel xclip xbacklight
git clone https://github.com/aayushx402/dwm-ayx
cd dwm-ayx
sudo make clean install
Add this to your ~/.xinitrc
slstatus &
exec dwm
Important
After installation, remember to adjust some keybindings to fit your use case.
For transparency settings, check out this Picom config.