blob: bc4fcd9961f2e6ca3a2f0d3af713b8da15662f30 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/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
swayidle -C ${HOME}/.config/swayidle/config-nosleep
|