Aux window navigation in centerwork using default key bindings now makes even more sense.

This commit is contained in:
Josh Timmer 2015-08-31 03:51:34 -04:00
parent 8ef10adb95
commit ca49674459
1 changed files with 4 additions and 4 deletions

View File

@ -16,10 +16,10 @@ local math = { floor = math.floor }
local centerwork = local centerwork =
{ {
name = "centerwork", name = "centerwork",
top_left = 0, top_right = 0,
top_right = 1, bottom_right = 1,
bottom_left = 3, bottom_left = 2,
bottom_right = 2 top_left = 3
} }
function centerwork.arrange(p) function centerwork.arrange(p)