An open API service indexing awesome lists of open source software.

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

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`.