5 lines
117 B
Bash
Executable file
5 lines
117 B
Bash
Executable file
#!/bin/zsh
|
|
source ${0:a:h:h}/import-env.zsh
|
|
import-env awesome | exit 1
|
|
exec xss-lock -l -- xsecurelock-wrapper 2>&1
|