5 lines
97 B
Bash
Executable file
5 lines
97 B
Bash
Executable file
#!/bin/zsh
|
|
source import-env.zsh
|
|
import-env awesome
|
|
exec xss-lock -l -- xsecurelock-wrapper 2>&1
|