mirror of
https://github.com/shokinn/.files.git
synced 2025-01-19 13:22:28 +00:00
15 lines
217 B
Bash
Executable file
15 lines
217 B
Bash
Executable file
#
|
|
# {{@@ env['dotdrop_warning'] @@}}
|
|
#
|
|
|
|
#!/bin/bash
|
|
|
|
# Set lock screen background
|
|
lockscreen="$HOME/.config/bspwm/lock.png"
|
|
|
|
# Lock all KeePass databases
|
|
keepass --lock-all
|
|
|
|
# Lock the screen
|
|
i3lock -u -i $lockscreen
|