You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Omarchy currently focuses on 1Password integration. I use KeePassXC, which also provides a --lock parameter. At the moment, I’ve added the following lines manually, but they will likely be overwritten in future updates.
Would it be possible to add support for other password managers in .local/share/omarchy/bin/omarchy-lock-screen?
# Ensure KeePassXC is locked
if pgrep -x "keepassxc" >/dev/null; then
keepassxc --lock &
fi
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Omarchy currently focuses on 1Password integration. I use KeePassXC, which also provides a --lock parameter. At the moment, I’ve added the following lines manually, but they will likely be overwritten in future updates.
Would it be possible to add support for other password managers in .local/share/omarchy/bin/omarchy-lock-screen?
This snippet is tested and works using KeePassXC from the Arch extra: https://archlinux.org/packages/extra/x86_64/keepassxc/
Beta Was this translation helpful? Give feedback.
All reactions