Skip to content

Instantly share code, notes, and snippets.

@kabturek
Created January 20, 2010 00:15
Show Gist options
  • Save kabturek/281460 to your computer and use it in GitHub Desktop.
Save kabturek/281460 to your computer and use it in GitHub Desktop.
-- either add to the clientkeys or add to rc.lua at the end
clientkeys = awful.util.table.join(clientkeys,
awful.key({ modkey, }, "s", function (c) c.ontop = not c.ontop end ),
awful.key({ modkey, }, "s", function (c) c.sticky = not c.sticky end ),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment