From 17e6b97ee927a9c9d827a139ca8e072762839cb2 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 3 Sep 2019 10:16:25 +0200 Subject: replace deprecated awful.mouse.client_under_pointer() with mouse.current_client --- config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index a88c49e..00165ce 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -707,7 +707,7 @@ tag.connect_signal( if selected then if not do_not_reset_focus then gears.timer.delayed_call( function() - local c = awful.mouse.client_under_pointer() + local c = mouse.current_client if not (c == nil) then client.focus = c end -- cgit v1.2.3