Matthew Hague <[email protected]> writes: > Ah -- i can't test on 3.4.11 unfortunately, but this solution differs from > your original message, which was: > > client.add_signal( > "property::floating", > function(c) > c.ontop=c.floating > end > ) > > I'm not sure where you put this code, but for my solution, you put it inside > the client.add_signal("manage", function (c, startup)... function (defined by > default in rc.lua). It also calls c:add_signal, rather than > client.add_signal, > and uses awful.client.floating.get(c) instead of c.floating (which i don't > think exists).
that's it. A check via awful.client.floating.get in the manage signal handler works as expected. Thank you! -- To unsubscribe, send mail to [email protected].
