https://github.com/mrdotx/pinentry-dmenu
pinentry-dmenu is a pinentry program based on dmenu
https://github.com/mrdotx/pinentry-dmenu
alpha border bottom center dmenu embedded gpg height line pinentry transparency width
Last synced: 1 day ago
JSON representation
pinentry-dmenu is a pinentry program based on dmenu
- Host: GitHub
- URL: https://github.com/mrdotx/pinentry-dmenu
- Owner: mrdotx
- License: gpl-3.0
- Created: 2021-07-26T11:12:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-08-22T03:39:56.000Z (10 months ago)
- Last Synced: 2026-06-24T22:38:52.140Z (1 day ago)
- Topics: alpha, border, bottom, center, dmenu, embedded, gpg, height, line, pinentry, transparency, width
- Language: C
- Homepage: https://github.com/GPGTools/pinentry
- Size: 336 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# pinentry-dmenu
pinentry-dmenu is a pinentry program based on dmenu.
This program is a fork from https://gitgud.io/zavok/spine.git
which is also a fork from https://tools.suckless.org/dmenu.
## Requirements
In order to build dmenu you need the Xlib header files.
## Installation
Edit config.mk to match your local setup (dmenu is installed into
the /usr/local namespace by default).
Afterwards enter the following command to build and install dmenu
(if necessary as root):
```bash
make clean install
```
## Running pinentry-dmenu
See the man page for details.
## Manual
You can view the manual by running `man pinentry-dmenu`
or `man pinentry-dmenu.1`, if you've already ran `make clean install`.