2023-08-20 16:00:59 +00:00
|
|
|
#!/bin/zsh
|
|
|
|
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 16:00:59 +00:00
|
|
|
exec barriers --no-daemon -c ${XDG_CONFIG_HOME:-$HOME/.config}/Debauchee/home.conf
|