#!/sbin/openrc-run # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 depend() { before killprocs } start() { for socket in `find /run/user/*/i3 -name ipc-socket*`; do i3-msg -s $socket exit done }