Skip to content

Access the pass(1) password store from an Openbox menu

License

Notifications You must be signed in to change notification settings

raimue/openbox-passmenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openbox-passmenu

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.

Screenshot of openbox-passmenu

Installation

$ git clone https://github.com/raimue/openbox-passmenu.git
$ cd openbox-passmenu
$ make

Configuration

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

Credits and License

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.

Releases

No releases published

Packages

No packages published