Created
September 10, 2014 19:27
-
-
Save Philosoft/35cf1025e61e36b90feb to your computer and use it in GitHub Desktop.
standard mouse bindings for awesome wm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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