Skip to content

Commit

Permalink
awesome: lstroke → keycode 47, still issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkf committed Apr 25, 2020
1 parent 3ffdb68 commit 06b1956
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 @@ -412,7 +412,7 @@ clientkeys = gears.table.join(
c.minimized = true
end ,
{description = "minimize", group = "client"}),
awful.key({ modkey, }, "lstroke",
awful.key({ modkey, }, "#" .. 47,
function (c)
c.maximized = not c.maximized
c:raise()
Expand Down

0 comments on commit 06b1956

Please sign in to comment.