Created
January 20, 2010 00:15
-
-
Save kabturek/281460 to your computer and use it in GitHub Desktop.
This file contains 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
-- 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