blob: 73da181afea9aa26a6dd1598557f03a8d97a0635 (
plain)
1
2
3
4
5
6
7
8
|
#!/command/execlineb -P
fdmove -c 2 1
multisubstitute {
importas -i XDG_RUNTIME_DIR XDG_RUNTIME_DIR
importas -i HOME HOME
}
s6-envdir ${XDG_RUNTIME_DIR}/wl_env
wbg ${HOME}/wallpaper
|