/dwm

dwm configuration files

Primary LanguageCDo What The F*ck You Want To Public LicenseWTFPL

dwm

Source files to build a patched version of DWM
This is based off of DistroTubes DWM

Requires scripts to be installed

sudo bash -c "$(curl -LSs <https://github.com/desktopmgr/installer/raw/main/install.sh>)" && sudo desktopmgr install installer

Automatic install/update

desktopmgr install dwm

OR

bash -c "$(curl -LSs https://github.com/desktopmgr/dwm/raw/main/install.sh)"

requirements:

Debian based:

apt install dwm

Fedora Based:

yum install dwm

Arch Based:

pacman -S dwm

MacOS:

brew install dwm

Manual install:

APPDIR="$HOME/.local/share/CasjaysDev/desktopmgr/dwm"
mv -fv "$HOME/.config/dwm" "$HOME/.config/dwm.bak"
git clone https://github.com/desktopmgr/dwm "$APPDIR"
cp -Rfv "$APPDIR/etc/." "$HOME/.config/dwm/"
[ -d "$APPDIR/bin" ] && cp -Rfv "$APPDIR/bin/." "$HOME/.local/bin/"

Build Status
dwm wiki | dwm site