This repository provides a script to access to the passwords saved in the password manager pass(1) directly from the window manager Openbox with a custom menu.
$ git clone https://github.com/raimue/openbox-passmenu.git
$ cd openbox-passmenu
$ make
Add the following snippet into the <menu>
section in your
Openbox configuration (usually at ~/.config/openbox/*rc.xml
):
<menu>
...
<file>/home/.../openbox-passmenu/passmenu.xml</file>
...
</menu>
Also configure a keybinding to open the menu in <keyboard>
:
<keyboard>
...
<keybind key=\"W-p\">
<action name=\"ShowMenu\">
<menu>passmenu</menu>
</action>
</keybind>
...
</keyboard>
Finally, load the new configuration and try out the keybinding:
$ openbox --reconfigure
This project was inspired by passmenu,
a script to access the pass
password store from dmenu.
openbox-passmenu is licensed under the terms of the MIT license. Please see the LICENSE file for details.