Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexphanna/dwm

My dwm build
https://github.com/alexphanna/dwm

Last synced: about 1 month ago
JSON representation

My dwm build

Awesome Lists containing this project

README

        

# dwm
## Patches and features
- [Alpha](https://dwm.suckless.org/patches/alpha/) - allows dwm to have translucent bars
- [Vanity gaps](https://dwm.suckless.org/patches/vanitygaps/) - adds (inner) gaps between client windows and (outer) gaps between windows and the screen edge in a flexible manner
- [No title](https://dwm.suckless.org/patches/notitle/) - removes the title
- [Swallow](https://dwm.suckless.org/patches/swallow/) - adds "window swallowing"
- [Material Symbols](https://fonts.google.com/icons) radio buttons as tags and a different color for the current tag
- No borders

## Installation
```bash
git clone https://github.com/alexphanna/dwm.git
cd dwm
sudo make install
```