From 1edce7ef8c8621545bb8f6a41460b20ee514c22e Mon Sep 17 00:00:00 2001 From: Kyle Javier Date: Wed, 29 Sep 2021 13:15:34 -0400 Subject: changed some keybindings --- awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index 351c080..6f56f88 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -359,9 +359,9 @@ globalkeys = gears.table.join( {description = "decrease master height factor", group = "layout"}), - awful.key({ "Control", }, "Left", function () awful.tag.incnmaster( 1, nil, true) end, + awful.key({ "Control", }, "Right", function () awful.tag.incnmaster( 1, nil, true) end, {description = "increase the number of master clients", group = "layout"}), - awful.key({ "Control", }, "Right", function () awful.tag.incnmaster(-1, nil, true) end, + awful.key({ "Control", }, "Left", function () awful.tag.incnmaster(-1, nil, true) end, {description = "decrease the number of master clients", group = "layout"}), awful.key({ "Control", }, "Up", function () awful.tag.incncol( 1, nil, true) end, {description = "increase the number of columns", group = "layout"}), -- cgit v1.2.3