birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 36a8cb1373c89cd27367dbbf5d285647c000b54a
parent 9f2ae1705286c3caf76d944fe018578fce38d5fe
Author: grouse <bdmfegys@duck.com>
Date:   Wed,  6 Mar 2024 18:03:09 -0500

port lukesmith's README.md to birdwm

Diffstat:
AREADME.md | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,18 @@ +# Birdwm, dwm for birds! + +## Patches and features + +- Reads [xresources](https://dwm.suckless.org/patches/xresources/) colors/variables (i.e. works with `pywal`, etc.). +- scratchpad: Accessible with <kbd>mod+shift+y</kbd>. +- [uselessgaps](https://dwm.suckless.org/patches/uselessgap/): Adds useless gaps around windows, except in monocle mode. +- [alpha](https://dwm.suckless.org/patches/alpha/): Allows birdwm to have translucent bars, with opaque text. + +## Installation for birds on linux distros + +```bash +git clone https://git.tetraonini.online/grouse/birddwm +cd birdwm +sudo make install +``` + +<!-- There is also a `PKGBUILD` usable on distributions with pacman. Run `makepkg -si` instead of `sudo make install`. -->