aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 73990fa..896cef7 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -389,7 +389,7 @@ clientkeys = gears.table.join(
{description = "toggle floating", group = "client"}),
-- Sticky Window and Always on top toggle
- awful.key({"Control", }, "space", function(c) c.ontop = not c.ontop end,
+ awful.key({modkey, "Mod1" }, ".", function(c) c.ontop = not c.ontop end,
{description = "toggle always on top", group = "client"}),
awful.key({ modkey, "Mod1" }, "slash", function (c) c.sticky = not c.sticky end,
{description = "toggle sticky", group = "client"}),