From: Josh Timmer <0ohexxo0@gmail.com> Date: Mon, 31 Aug 2015 07:51:34 +0000 (-0400) Subject: Aux window navigation in centerwork using default key bindings now makes even more... X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/ca496744591c2a4718aab46d2723449433857ad2 Aux window navigation in centerwork using default key bindings now makes even more sense. --- diff --git a/layout/centerwork.lua b/layout/centerwork.lua index 1f07a7c..6873844 100644 --- a/layout/centerwork.lua +++ b/layout/centerwork.lua @@ -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)