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
- Host: GitHub
- URL: https://github.com/bitterhalt/dwm
- Owner: bitterhalt
- License: mit
- Archived: true
- Created: 2023-04-14T20:05:05.000Z (about 2 years ago)
- Default Branch: my-dwm
- Last Pushed: 2023-10-10T23:41:07.000Z (over 1 year ago)
- Last Synced: 2025-02-15T04:24:09.647Z (4 months ago)
- Language: C
- Size: 5.81 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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