Skip to content

Instantly share code, notes, and snippets.

View innerand's full-sized avatar

innerand

View GitHub Profile
@innerand
innerand / unlock_kpxc.sh
Last active April 9, 2024 21:33
Auto Unlock (login, sleep, sceenlock) KeePassXC Database for Gnome
#!/bin/bash
#
# Re-Open KeePassXC Database
#
# - Requests password of a KeePassXC database from the system keyring and opens
# it
# - Listens to DBUS LockedHint signals. Closes the database on lock, reopens it
# on unlock
#
#