Skip to content

Instantly share code, notes, and snippets.

@fheinle
Created August 20, 2014 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fheinle/7838be279bae65ee95c6 to your computer and use it in GitHub Desktop.
Save fheinle/7838be279bae65ee95c6 to your computer and use it in GitHub Desktop.
KeePass startup script
[Desktop Entry]
Name=KeePass
GenericName=Passwortspeicher
Comment=Autostart KeePass with password from keyring
Exec=/home/florian/.bin/keepass.sh
Terminal=false
Type=Application
Icon=keepassx
Categories=Network;FileTransfer;
StartupNotify=false
#/bin/bash
# start up keepass with passwort from gnome keyring
/home/florian/.mutt/scripts/kr.py get keepass|keepass2 -pw-stdin /home/florian/Keepass/KP.kdbx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment