mirror of
https://github.com/shokinn/.files.git
synced 2025-07-05 19:14:33 +00:00
14 lines
217 B
Bash
Executable file
14 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
|