summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-29 16:59:06 +0100
committerGravatar Tom Willemsen2013-01-29 16:59:06 +0100
commit9b4a888206ed83db7739883ce7ec242633131b4c (patch)
tree8b7c2316ecbc47c92a854a3975ae793e9a49dd5a
parent3eb70ea08594a6759becfefd868c18296fab1689 (diff)
downloaddotfiles-9b4a888206ed83db7739883ce7ec242633131b4c.tar.gz
dotfiles-9b4a888206ed83db7739883ce7ec242633131b4c.zip
awesome: reomve sloppy focus
-rw-r--r--.config/awesome/rc.lua10
1 files changed, 0 insertions, 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.