.files/dotfiles/config/bspwm/lock.sh

15 lines
217 B
Bash
Raw Normal View History

#
# {{@@ env['dotdrop_warning'] @@}}
#
2017-12-27 11:01:54 +00:00
#!/bin/bash
# Set lock screen background
2017-12-27 11:01:54 +00:00
lockscreen="$HOME/.config/bspwm/lock.png"
# Lock all KeePass databases
keepass --lock-all
# Lock the screen
2017-12-27 11:01:54 +00:00
i3lock -u -i $lockscreen