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

15 lines
219 B
Bash
Raw Permalink Normal View History

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