Skip to content

Commit

Permalink
no shift for B-key horiz maximizing, previously overlooked. unfixed s…
Browse files Browse the repository at this point in the history
…till #1 anyway
  • Loading branch information
mkf committed Apr 25, 2020
1 parent 333e074 commit 0c0a900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/awesome/rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ clientkeys = gears.table.join(
c:raise()
end ,
{description = "(un)maximize vertically", group = "client"}),
awful.key({ modkey, "Shift" }, "b",
awful.key({ modkey, }, "b",
function (c)
c.maximized_horizontal = not c.maximized_horizontal
c:raise()
Expand Down

0 comments on commit 0c0a900

Please sign in to comment.