This repository contains my personal build of the Suckless software suite.
| Component | Description |
|---|---|
| DWM | Dynamic Window Manager |
| DWMBlocks-async | Modular status bar with asynchronous updating |
| DMenu | Efficient dynamic menu for application launching |
| ST | Simple Terminal with transparency and scrollback |
| Picom | Compositor for shadows, blur, and opacity |
git clone https://github.com/ashwinjadhav818/ashdwm.git
cd ashdwmSince each tool is in its own directory, you can build them individually:
For dwm
cd dwm
sudo make clean installFor st
cd st
sudo make clean installAnd so on for the other tools
To launch AshDWM, add the following to your ~/.xinitrc:
exec <Path_to_AshDWM>/startdwmNow you can start ashdwm using by typing startx in tty or by adding a .desktop entry in /usr/share/xsessions
Here’s a example ==dwm.desktop==
[Desktop Entry]
Name=dwm
Comment=suckless dynamic window manager
Exec=<Path_to_AshDWM>/startdwm
Icon=dwm
Type=XSession- Fonts: Pragmasevka
- Shell: zsh
- Extras
- greenclip
- tuneD
