From cbd8b0cbe99df3d1bdd6a0af4b478ea0eea9f6b6 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 31 Aug 2010 00:48:36 +0200 Subject: awesome: remove sloppy window focus stuff --- .config/awesome/awesome.lua | 8 -------- 1 file changed, 8 deletions(-) (limited to '.config') diff --git a/.config/awesome/awesome.lua b/.config/awesome/awesome.lua index bd7fa24..c45a6ff 100644 --- a/.config/awesome/awesome.lua +++ b/.config/awesome/awesome.lua @@ -344,14 +344,6 @@ client.add_signal("manage", function (c, startup) -- Add a titlebar -- awful.titlebar.add(c, { modkey = modkey }) - -- Enable sloppy focus - --c:add_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