diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 30ec573..d218821 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -340,16 +340,6 @@ awful.rules.rules = { client.connect_signal( "manage", function (c, startup) - -- Enable sloppy focus - c:connect_signal( - "mouse::enter", - function(c) - if awful.layout.get(c.screen) ~= awful.layout.suit.magnifier - and awful.client.focus.filter(c) then - client.focus = c - end - end) - if not startup then -- Set the windows at the slave, i.e. put it at the end of -- others instead of setting it master.