Some login managers make it difficult (impossible) to add $I3_HOME/bin to your PATH before launching i3, so referring directly to an executable such as close-mode would fail.
Just changing the config file to refer to the full path ${I3_HOME:-~/.i3}/bin/close-mode should suffice.
Some login managers make it difficult (impossible) to add
$I3_HOME/bin
to yourPATH
before launchingi3
, so referring directly to an executable such asclose-mode
would fail.Just changing the config file to refer to the full path
${I3_HOME:-~/.i3}/bin/close-mode
should suffice.