Skip to content

raimue/openbox-passmenu

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published