aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorBlista Kanjo2021-12-14 14:11:09 -0500
committerBlista Kanjo2021-12-14 14:11:09 -0500
commit2fa6a254930174ee2998b7804bcdf1ccb3f1254f (patch)
tree520b1f3ad1199ec2a41fd88c778cf1fb7b0e982b /awesome
parent2c153e32d9369077b2b9922bb17e68f56627d04a (diff)
fixed the 'move to master' function
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua2
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"}),