From f3d536a4a1e9fa1b94469dce4d7085a66686a5dd Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Tue, 25 Jun 2024 18:40:16 -0400 Subject: kj-gitbot: .config/awesome/rc.lua --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/awesome') diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index a16050c..1c274d2 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -643,7 +643,7 @@ client.connect_signal("request::default_keybindings", function() 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