This is my own dwm configurations for my productive works.
- dwm
- dmenu
- dwmblocks
- slock (Optional)
- surf (Optional)
- alacritty
- dunst
- feh background setter
- picom-jonaburg
- cava (Optional)
- arc-theme gtk
- arc-icon-theme
- capitaine-cursors
Note: Without installing required software, dwm may not work.
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 cleanInstall dwmblocks,
cd dwmblocks
make
sudo make install
make cleanInstall slock,
cd slock
make
sudo make install
make cleanInstall surf,
cd surf
make
sudo make install
make cleanInstall others packages
sudo pacman -S alacritty dunst yay -S picom-jonaburg-git
- Injamul Mohammad Mollah
scripts and configurations under BSD-3 clause License. And others are as per repositories.