diff options
| -rw-r--r-- | awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index f4753ff..a54d470 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -413,7 +413,7 @@ clientkeys = gears.table.join( -- _____________________________________________________________ - awful.key({ modkey, "Control" }, "Return", function (c) c:swap(awful.client.getmaster()) end, + awful.key({ modkey }, "Home", function (c) c:swap(awful.client.getmaster()) end, {description = "move to master", group = "client"}), awful.key({ modkey, }, "o", function (c) c:move_to_screen() end, {description = "move to screen", group = "client"}), |
