5 lines
84 B
Bash
Executable file
5 lines
84 B
Bash
Executable file
#!/bin/zsh
|
|
source ${0:A:h:h}/import-env.zsh
|
|
import-env awesome || exit 1
|
|
exec picom
|