From ca496744591c2a4718aab46d2723449433857ad2 Mon Sep 17 00:00:00 2001 From: Josh Timmer <0ohexxo0@gmail.com> Date: Mon, 31 Aug 2015 03:51:34 -0400 Subject: [PATCH] Aux window navigation in centerwork using default key bindings now makes even more sense. --- layout/centerwork.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) -- 2.39.2