#!/bin/sh

/usr/bin/runsvdir $HOME/.local/service &
runit_pid=$?

/usr/bin/sway

kill -HUP $runit_pid
wait $runit_pid
