From 9fc21f4446633fbecb6390991650f57810024935 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 27 May 2017 17:11:54 +0000 Subject: Fix switch by id --- rc.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/rc.lua b/rc.lua index 9759370..f8fb5a1 100644 --- a/rc.lua +++ b/rc.lua @@ -474,7 +474,6 @@ globalkeys = awful.util.table.join( awful.key({ modkey, "Control" }, "x", function () awful.util.spawn("xscreensaver-command --lock") end), -- Layout manipulation - awful.key({ modkey, "Shift" }, "j", function () awful.client.swap.byidx( 1) end), awful.key({ modkey, "Mod1" }, "k", function () awful.util.spawn("xkill") end), awful.key({ modkey, "Control" }, "j", function () awful.screen.focus_relative( 1) end), awful.key({ modkey, "Control" }, "k", function () awful.screen.focus_relative(-1) end), -- cgit v1.2.3