From 9b4a888206ed83db7739883ce7ec242633131b4c Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 29 Jan 2013 16:59:06 +0100 Subject: awesome: reomve sloppy focus --- .config/awesome/rc.lua | 10 ---------- 1 file changed, 10 deletions(-) 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. -- cgit v1.2.3-54-g00ecf