Skip to content

Instantly share code, notes, and snippets.

@alex-pat
Created May 4, 2017 16:29
Show Gist options
  • Save alex-pat/4fd8bfc44af96e0c81976e919d06b63b to your computer and use it in GitHub Desktop.
Save alex-pat/4fd8bfc44af96e0c81976e919d06b63b to your computer and use it in GitHub Desktop.
awesome wm border toggling binding
awful.key({ modkey, "Control" }, "c",
function (c) c.border_width = c.border_width > 0 and 0 or beautiful.border_width end,
{description = "toggle border", group = "client"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment