This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 | |
# | |
# |