diff --git a/suckless/dmenu/README b/suckless/dmenu/README index a8fcdfe..56c735f 100644 --- a/suckless/dmenu/README +++ b/suckless/dmenu/README @@ -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 ------------ diff --git a/suckless/dwm/README.md b/suckless/dwm/README.md index 1975b36..1ab4181 100644 --- a/suckless/dwm/README.md +++ b/suckless/dwm/README.md @@ -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 +``` diff --git a/suckless/st/README b/suckless/st/README index 6a846ed..3b661cd 100644 --- a/suckless/st/README +++ b/suckless/st/README @@ -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 ------------