diff options
| author | Blista Kanjo | 2021-12-14 14:11:09 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2021-12-14 14:11:09 -0500 |
| commit | 2fa6a254930174ee2998b7804bcdf1ccb3f1254f (patch) | |
| tree | 520b1f3ad1199ec2a41fd88c778cf1fb7b0e982b /awesome | |
| parent | 2c153e32d9369077b2b9922bb17e68f56627d04a (diff) | |
fixed the 'move to master' function
Diffstat (limited to 'awesome')
| -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"}), |
