suckless: change READMEs

This commit is contained in:
dogeystamp 2024-01-02 13:37:02 -05:00
parent d76ffde621
commit 45340d1fbb
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
3 changed files with 30 additions and 12 deletions

View File

@ -2,6 +2,13 @@ dmenu - dynamic menu
====================
dmenu is an efficient dynamic menu for X.
Patches
-------
This version of dmenu for my dotfiles has the following patches:
- instant
- alpha
- centered
Requirements
------------

View File

@ -1,23 +1,23 @@
# dwm
My build of dwm.
## Patches
swallow
blanktags
- swallow
alpha
- blanktags
warp
- alpha
vanitygaps
- warp
zeroastag
- vanitygaps
## Installation
Clone the repo.
- zeroastag
`git clone https://github.com/dogeystamp/dwm`
## Building
Build dwm.
`cd dwm && sudo make install`
```
sudo make clean install
```

View File

@ -2,6 +2,17 @@ st - simple terminal
--------------------
st is a simple terminal emulator for X which sucks less.
Patches
-------
This customized build of st has the following patches:
- alpha
- scrollback
- ligatures
- newterm (orphan variant)
- anysize
- font2
- externalpipe (eternal variant)
Requirements
------------