Skip to content

Instantly share code, notes, and snippets.

@selckin
Created July 16, 2021 08:09
Show Gist options
  • Save selckin/cac8f26f61af3d6057d2d49b182a8bf1 to your computer and use it in GitHub Desktop.
Save selckin/cac8f26f61af3d6057d2d49b182a8bf1 to your computer and use it in GitHub Desktop.
awesome maximize
awful.key({ modkey, }, "m",
function(c)
c.maximized = not c.maximized
c.maximized_horizontal = c.maximized
c.maximized_vertical = c.maximized
c:raise()
end,
{ description = "maximize", group = "client" }
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment