nathankot / mjolnir.tiling

Add tiling window management powers to your mjolnir
75 stars 25 forks source link

Correctly handle the tiling.cycle wraparound for both negative and positive directions #6

Closed acmcelwee closed 9 years ago

acmcelwee commented 9 years ago

Sorry about the first bad commit. First time writing Lua, and that bad snipped came from a Lua console...haven't figured out the world of testing my code in this world yet, other than writing quick snippets in console and building the rock to use in mjolnir. With the second edit, cycling forward/backward is working like a charm for me with this installed as a locally build rock.

csaunders commented 9 years ago

Thanks for the contribution!

nathankot commented 9 years ago

:+1: thanks @acmcelwee will do a release with this

acmcelwee commented 9 years ago

No problem. Working on an xmonad-esque pane resizer function for the main-horizontal and main-vertical layouts. PR to follow soon.