mirror of https://github.com/lcpz/lain.git
Aux window navigation in centerwork using default key bindings now makes even more sense.
This commit is contained in:
parent
8ef10adb95
commit
ca49674459
|
@ -16,10 +16,10 @@ local math = { floor = math.floor }
|
|||
local centerwork =
|
||||
{
|
||||
name = "centerwork",
|
||||
top_left = 0,
|
||||
top_right = 1,
|
||||
bottom_left = 3,
|
||||
bottom_right = 2
|
||||
top_right = 0,
|
||||
bottom_right = 1,
|
||||
bottom_left = 2,
|
||||
top_left = 3
|
||||
}
|
||||
|
||||
function centerwork.arrange(p)
|
||||
|
|
Loading…
Reference in New Issue