From de5931c65f3f8a7138a412fcdfa8fce830807679 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sun, 14 Jan 2018 15:37:57 +1300 Subject: [PATCH] append clients to the end of the list instead of making them master --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2