awesome: reomve sloppy focus

This commit is contained in:
Tom Willemsen 2013-01-29 16:59:06 +01:00
parent 3eb70ea085
commit 9b4a888206

View file

@ -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.