From 1905108e4db6926f098828b4c9fc7215d934f915 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Tue, 25 Jun 2024 18:40:09 -0400 Subject: kj-gitbot: .config/awesome/rc-4.3-3.lua --- .config/awesome/rc-4.3-3.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/awesome/rc-4.3-3.lua b/.config/awesome/rc-4.3-3.lua index e40a491..047b9fa 100644 --- a/.config/awesome/rc-4.3-3.lua +++ b/.config/awesome/rc-4.3-3.lua @@ -593,7 +593,7 @@ clientkeys = gears.table.join( awful.key({ modkey }, "q", function(c) c:kill() end, { description = "close", group = "client" }), awful.key({ modkey }, "a", awful.client.floating.toggle, - { description = "toggle client anchor (floating/tiling)", group = "client" }), + { description = "toggle client anchor", group = "client" }), -- sticky window and always on top toggle awful.key({ modkey }, "t", function(c) c.ontop = not c.ontop end, -- cgit v1.2.3