summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-04-18 05:00:41 +0200
committerache <ache@ache.one>2017-04-18 05:00:41 +0200
commit9d955b5663382ee16480af614c6e047641e8906a (patch)
tree09944757c1f090d46c84beff595401a1471e18ad
parentScreen switch (diff)
xkill integration
-rw-r--r--rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.lua b/rc.lua
index 71b761c..71919a5 100644
--- a/rc.lua
+++ b/rc.lua
@@ -472,7 +472,7 @@ globalkeys = awful.util.table.join(
-- Layout manipulation
awful.key({ modkey, "Shift" }, "j", function () awful.client.swap.byidx( 1) end),
- awful.key({ modkey, }, "k", function () awful.util.spawn("xkill") 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),
awful.key({ modkey, }, "u", awful.client.urgent.jumpto),