tomocafe / dotfiles

🚀
MIT License
9 stars 0 forks source link

[i3] config.m4 should use full path for non-system executables invoked #29

Closed tomocafe closed 5 years ago

tomocafe commented 5 years ago

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.