From 912152842e393cd6cca5da12919bd997a1617a7c Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sat, 2 Mar 2019 22:19:43 +0100 Subject: [PATCH] Lock keepassxc when using i3lock --- .profile | 1 - bin/lock.sh | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.profile b/.profile index 73ee15a..e69de29 100644 --- a/.profile +++ b/.profile @@ -1 +0,0 @@ -export TERMINAL=tilix diff --git a/bin/lock.sh b/bin/lock.sh index 9dddcbb..69f552a 100755 --- a/bin/lock.sh +++ b/bin/lock.sh @@ -6,6 +6,9 @@ passwordCorrect=00000000 passwordIncorrect=d23c3dff background=00000000 foreground=ffffffff + +qdbus org.keepassxc.KeePassXC.MainWindow /keepassxc org.keepassxc.MainWindow.lockAllDatabases + i3lock \ -t -i "$1" \ --timepos="110:h-70" \