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