From: martin f. krafft Date: Sun, 14 Jan 2018 02:37:57 +0000 (+1300) Subject: append clients to the end of the list instead of making them master X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/de5931c65f3f8a7138a412fcdfa8fce830807679 append clients to the end of the list instead of making them master --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 08cb946..9ac4212 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -695,7 +695,7 @@ awful.rules.rules = { client.connect_signal("manage", function (c) -- Set the windows at the slave, -- i.e. put it at the end of others instead of setting it master. - -- if not awesome.startup then awful.client.setslave(c) end + if not awesome.startup then awful.client.setslave(c) end if awesome.startup and not c.size_hints.user_position