Skip to content

Instantly share code, notes, and snippets.

@Philosoft
Created September 10, 2014 19:27
Show Gist options
  • Save Philosoft/35cf1025e61e36b90feb to your computer and use it in GitHub Desktop.
Save Philosoft/35cf1025e61e36b90feb to your computer and use it in GitHub Desktop.
standard mouse bindings for awesome wm
clientbuttons = awful.util.table.join(
awful.button({ }, 1, function (c) client.focus = c; c:raise() end),
awful.button({ modkey }, 1, awful.mouse.client.move),
awful.button({ modkey }, 3, awful.mouse.client.resize))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment