Lock KeePass when screen will be locked.

This commit is contained in:
Philip Henning 2018-01-02 18:05:44 +01:00
parent 52a7533436
commit 670c77b06a

View file

@ -1,5 +1,14 @@
#
# {{@@ env['dotdrop_warning'] @@}}
#
#!/bin/bash
# Set lock screen background
lockscreen="$HOME/.config/bspwm/lock.png"
# Lock all KeePass databases
keepass --lock-all
# Lock the screen
i3lock -u -i $lockscreen