According to i3 documentation : i3 append layout system append_layout program should be available since i3 4.8
I don't have the append_layout i3 program in my path.
sudo find / -name "append_layout" | wc -l
0
my linux version is a Debian Jessie up to date
uname -a
Linux Sphinx 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u1 (2016-09-03) x86_64 GNU/Linux
and
i3 --version
i3 version 4.8 (2014-06-15, branch "4.8") © 2009-2014 Michael Stapelberg and contributors
I don't mind where to find this program or if I missed a package setup on my linux.
Someone has an idea ?