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