X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/8ef10adb95d69f213e6fb5c27ef26f53c1fcb082..ca496744591c2a4718aab46d2723449433857ad2:/layout/centerwork.lua 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)