summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc.lua1
1 files changed, 0 insertions, 1 deletions
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),