mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 15:50:41 +00:00
14 lines
219 B
Bash
Executable file
14 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
|