diff --git a/dotfiles/config/bspwm/lock.sh b/dotfiles/config/bspwm/lock.sh index 235184a..615391f 100755 --- a/dotfiles/config/bspwm/lock.sh +++ b/dotfiles/config/bspwm/lock.sh @@ -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