.files/dotfiles/config/bspwm/lock.sh
Philip Henning c377eb276a consolidate and templeate my to files
in order to stop maintainung different files for each operationg system
2021-09-11 23:45:56 +02:00

15 lines
219 B
Bash
Executable file

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