1
0
mirror of https://github.com/tiyn/dmenu.git synced 2025-04-19 16:17:46 +02:00

update readme

This commit is contained in:
TiynGER 2020-06-14 22:19:33 +02:00
parent 0395a11ec1
commit 70b41a0fe6

View File

@ -1,18 +1,22 @@
# dmenu # dmenu
This is my patched version of dmenu. This is my patched version of dmenu.
The base version is directly from suckless.org. The base version is directly from suckless.org.
This belongs to my larbs installation script, meaning it's supposed to work in the environment of the larbs-base-installation. This belongs to my larbs installation script, meaning it's supposed to work in the environment of the larbs-base-installation.
## Patches ## Patches
The list below shows the currently applied patches to this build. The list below shows the currently applied patches to this build.
- dmenu-border-4.9.diff - dmenu-border-4.9.diff
- dmenu-center-20200111-8cd37e1.diff - dmenu-center-20200111-8cd37e1.diff
- dmenu-password-4.9.diff - dmenu-password-4.9.diff
## Installation ## Installation
To install this package you can run several commands. To install this package you can run several commands.
### AUR ### AUR
If you're on Arch you can use the Arch User Repository. If you're on Arch you can use the Arch User Repository.
For simplicity you can use a AUR-helper such as yay. For simplicity you can use a AUR-helper such as yay.
- `yay -S dmenu-tiyn-git` - `yay -S dmenu-tiyn-git`
@ -22,6 +26,7 @@ Or you can clone it and run it by makepkg.
- `makepkg -sirc` - `makepkg -sirc`
### MAKE ### MAKE
The most basic way is to clone the repository and then invoke make. The most basic way is to clone the repository and then invoke make.
- `git clone https://github.com/tiyn/dmenu` - `git clone https://github.com/tiyn/dmenu`
- `make clean install` - `make clean install`