From 4a34e360c73960f4f93320490ed3c7ab7b5007fa Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 10 Mar 2016 11:11:56 +0100 Subject: [PATCH] screen swapping keymappings fixed --- .config/awesome/rc.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 7cb0048..b281d34 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -319,10 +319,8 @@ globalkeys = awful.util.table.join( awful.key({ modkey, }, "Left", awful.tag.viewprev ), awful.key({ modkey, }, "Right", awful.tag.viewnext ), awful.key({ modkey, }, "Escape", awful.tag.history.restore), - awful.key({ modkey, "Shift" }, "Right", function () awful.screen.focus( 1) end), - awful.key({ modkey, "Shift" }, "Left", function () awful.screen.focus(-1) end), - awful.key({ modkey, "Shift" }, "h", awful.tag.viewprev ), - awful.key({ modkey, "Shift" }, "l", awful.tag.viewnext ), + awful.key({ modkey, "Shift" }, "Right", function () awful.screen.focus_relative( 1) end), + awful.key({ modkey, "Shift" }, "Left", function () awful.screen.focus_relative(-1) end), awful.key({ modkey, }, "k", function () -- 2.39.2