DWM is a lightweight and dynamic window manager based on X11. It is minimalistic, efficient, and designed to be customized by editing its source code.
Note
This guide features DWM patches from Chris Titus Tech, tweaked to suit my personal workflow while remaining simple for anyone to use.
I recommend to use manual way to setup and install dwm. But if you perfer a easy way then, Follow Installation Script:
Note
Before running this script, make sure curl is installed.
For Arch-based distros:
sudo pacman -S curl --noconfirmFor Fedora-based distros:
sudo dnf install curl -yFor openSUSE:
sudo zypper install -y curlAfter that, run this command in your terminal.
bash <(curl -L https://chalisehari.com.np/dwm)or
If you are using fish shell
bash -c "$(curl -fsSL chalisehari.com.np/dwm)"Note
Btw remember this script is only for Arch, Fedora & openSUSE-based distros. Manual installation is recommended for other distributions or customized setups.
