mirror of
https://github.com/shokinn/.files.git
synced 2025-01-19 05:22:25 +00:00
15 lines
219 B
Bash
Executable file
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
|