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 August 1, 2024 13:52
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
#
#