From d1801d204e283a6ff829be5b3e92847c24050cf6 Mon Sep 17 00:00:00 2001 From: Kyle Javier Date: Wed, 29 Sep 2021 12:48:29 -0400 Subject: changed layout manipulation settings --- awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index a50e567..351c080 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -273,9 +273,9 @@ globalkeys = gears.table.join( {description = "show main menu", group = "awesome"}), -- Layout manipulation - awful.key({ modkey, "Control" }, "Up", function () awful.client.swap.byidx( 1) end, + awful.key({ modkey, "Control" }, "Down", function () awful.client.swap.byidx( 1) end, {description = "swap with next client by index", group = "client"}), - awful.key({ modkey, "Control"}, "Down", function () awful.client.swap.byidx( -1) end, + awful.key({ modkey, "Control"}, "Up", function () awful.client.swap.byidx( -1) end, {description = "swap with previous client by index", group = "client"}), -- Notification Manipulation -- cgit v1.2.3