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

https://github.com/bitterhalt/dwm

my build of dwm
https://github.com/bitterhalt/dwm

Last synced: 2 months ago
JSON representation

my build of dwm

Awesome Lists containing this project

README

        

## DWM - dynamic window manager

This is my build of DWM. It uses [statuscmd](https://dwm.suckless.org/patches/statuscmd/) and [dwmblocks-async](https://github.com/UtkarshVerma/dwmblocks-async) to draw statusbar with nice clickable blocks

### Patches:
* dwm-actualfullscreen
* dwm-attachbottom
* dwm-cyclelayouts
* dwm-hide_vacant_tags
* dwm-movestack
* dwm-restartsig
* dwm-scratchpads
* dwm-status2d
* dwm-statuscmd
* dwm-vanitygaps
* dwm-xrdb
* statuscmd
* dwm-sticky-patch

## statusbar
[dwmblocks-async](https://github.com/bitterhalt/dwmblocks-async)

Check my [statusbar](https://github.com/bitterhalt/dotfiles/tree/main/.local/bin/statusbar) for scripts

## Installation
```
git clone https://github.com/bitterhalt/dwm
cd dwm
sudo make instal
```
### Keyboard Shortcuts
Too many :D Check config.h

### Inpiration:
- https://github.com/LukeSmithxyz/dwm
- https://github.com/seeingangelz/
- https://github.com/newmanls
- https://github.com/UtkarshVerma