From f86288ad3e516da0a7e294eb52aefbd0a894ed5f Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Tue, 25 Jun 2024 18:20:31 -0400 Subject: refactor: change floating anchor keybind --- .config/awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/awesome/rc.lua') diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index a4da707..a16050c 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -642,8 +642,8 @@ client.connect_signal("request::default_keybindings", function() { description = "close", group = "client" }), awful.key({ modkey }, "q", function(c) c:kill() end, { description = "close", group = "client" }), - awful.key({ modkey }, "w", awful.client.floating.toggle, - { description = "toggle client warp (floating/tiling)", group = "client" }), + awful.key({ modkey }, "a", awful.client.floating.toggle, + { description = "toggle client anchor (floating/tiling)", 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