• v.0.1.5 21b3a2679f

    budRich released this 2018-06-30 21:08:40 +00:00 | 528 commits to master since this release

    Lots of code clean up and fixes. The biggest changes are listed below:

    new installation scripts

    Added Makefile and updated install.sh to include (optional) systemwide and manpage installation.

    i3list

    Breaking change
    Complete rewrite, script is faster and output is more readable and usable (array format). If you have scripts relying on i3list, you need to make changes.

    i3viswiz

    Breaking change
    Changed output format and added more options to output. Focusing works as before, but if you have scripts that relies on the output (-p), you might need to update your scripts.

    i3fyra

    Code cleanup
    Made a big code cleanup and removed big chunks are now handled by i3var,i3viswiz and i3list. Added more comments to the code and made the whole thing more stable, I hope this will resolve many issues that some users have reported. No breaking changes or new features.

    i3run

    improvements
    Adapted the script to use the new i3list which resulted in faster execution times.

    new options

    • -m position floating window at cursor (was default in previous version)
    • -x OLDNAME rename new windows when they are created.

    i3flip

    direction arguments
    More directions then p,n,prev,next are now allowed. up, left, prev, u, l, p all do the same thing. Same with: down, right, next, d, r, n.

    Downloads