Skip to content

mrinjamul/dwm-dotfiles

My DWM configurations

This is my own dwm configurations for my productive works.

Used Softwares

Note: Without installing required software, dwm may not work.

Installing

git clone https://github.com/mrinjamul/dwm-dotfiles
git submodule update --init --recursive

Copy configuration files,

cp -r .config ~
cp -r .local ~
cp -r .dwm ~

Install dwm,

cd dwm
make
sudo make install
make clean
sudo cp usr/local/bin/startdwm /usr/local/bin
sudo cp usr/share/xsessions/dwm.desktop /usr/share/xsessions
cp -r .xinitrc ~

Install dmenu,

cd dmenu
make
sudo make install
make clean

Install dwmblocks,

cd dwmblocks
make
sudo make install
make clean

Install slock,

cd slock
make
sudo make install
make clean

Install surf,

cd surf
make
sudo make install
make clean

Install others packages

sudo pacman -S alacritty dunst
yay -S picom-jonaburg-git

Author

  • Injamul Mohammad Mollah

License

scripts and configurations under BSD-3 clause License. And others are as per repositories.