From acb633306abfb0f86b8f68324078d627ba3811dc Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Tue, 12 Oct 2021 11:04:25 -0400 Subject: changed the always on top keybinding --- awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awesome/rc.lua') 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"}), -- cgit v1.2.3