You are not logged in.

#1 2009-01-28 18:11:10

thelastknowngod
Member
Registered: 2008-01-11
Posts: 110

AwesomeWM window focus [SOLVED]

is there a way to disable sloppy window focus in awesome wm? the only thing that i see in rc.lua is this:

-- Hook function to execute when the mouse enters a client.
awful.hooks.mouse_enter.register(function (c)
    -- Sloppy focus, but disabled for magnifier layout
    if awful.layout.get(c.screen) ~= "magnifier"
        and awful.client.focus.filter(c) then
        client.focus = c
    end
end)

im still kinda new to this so im not sure what to do.

Last edited by thelastknowngod (2009-01-28 18:48:16)

Offline

#2 2009-01-28 18:45:56

thelastknowngod
Member
Registered: 2008-01-11
Posts: 110

Re: AwesomeWM window focus [SOLVED]

stupid PEBKAC errors...

all i had to do is comment that section out and its fine.

Offline

Board footer

Powered by FluxBB