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. dmenu is an efficient dynamic menu for X.
Patches
-------
This version of dmenu for my dotfiles has the following patches:
- instant
- alpha
- centered
Requirements Requirements
------------ ------------

View File

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

View File

@ -2,6 +2,17 @@ st - simple terminal
-------------------- --------------------
st is a simple terminal emulator for X which sucks less. 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 Requirements
------------ ------------