awesome: reomve sloppy focus
This commit is contained in:
parent
3eb70ea085
commit
9b4a888206
1 changed files with 0 additions and 10 deletions
|
@ -340,16 +340,6 @@ awful.rules.rules = {
|
||||||
client.connect_signal(
|
client.connect_signal(
|
||||||
"manage",
|
"manage",
|
||||||
function (c, startup)
|
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
|
if not startup then
|
||||||
-- Set the windows at the slave, i.e. put it at the end of
|
-- Set the windows at the slave, i.e. put it at the end of
|
||||||
-- others instead of setting it master.
|
-- others instead of setting it master.
|
||||||
|
|
Loading…
Reference in a new issue