unmanage state
This commit is contained in:
parent
45931e1ccb
commit
6350814975
12
init.lua
12
init.lua
|
@ -22,6 +22,18 @@ client.connect_signal("focus", function(c)
|
||||||
end -- [+] no need to relocate the mouse if already over the client
|
end -- [+] no need to relocate the mouse if already over the client
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
||||||
|
client.connect_signal("unmanage", function(c)
|
||||||
|
mouser()
|
||||||
|
--[[
|
||||||
|
I think no client check behaviour is better when we
|
||||||
|
close things. We can change this later if need be or
|
||||||
|
possibly better add a table of classes for
|
||||||
|
exclusions.
|
||||||
|
--]]
|
||||||
|
end)
|
||||||
|
|
||||||
|
|
||||||
-- [*] ------------------------------------------------------------- export -- ;
|
-- [*] ------------------------------------------------------------- export -- ;
|
||||||
|
|
||||||
return mouser
|
return mouser
|
||||||
|
|
Loading…
Reference in New Issue