The default rc.lua config on my debian came with
    -- Set the windows at the slave,
    -- i.e. put it at the end of others instead of setting it master.
awful.client.setslave(c)

It worked as expected, except with the magnifier layout, mainly
because of the policy of the layout.
I made a kind of fix for that:

   if awful.layout.get(c.screen) ~= awful.layout.suit.magnifier then
       awful.client.setslave(c)
   end


-- 
Saludos,
                         Germán

Delivering common sense since 1969 <Epoch Fail!>.

The Nature is not amiable; It treats impartially to all the things.
The wise person is not amiable; He treats all people impartially.

--
To unsubscribe, send mail to [email protected].

Reply via email to