2022-02-07 15:55:43 +00:00
|
|
|
#!/bin/zsh
|
2023-08-20 15:21:42 +00:00
|
|
|
source ${0:a:h:h}/import-env.zsh
|
2023-09-19 08:48:15 +00:00
|
|
|
import-env awesome || exit 1
|
2023-10-24 15:11:15 +00:00
|
|
|
|
|
|
|
exec 2>&1
|
2023-08-20 14:17:15 +00:00
|
|
|
exec xss-lock -l -- xsecurelock-wrapper 2>&1
|