From c13d61ef486f9c7d6e304e1e010bdebcdafff25f Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Mon, 27 Feb 2023 14:32:31 +0100 Subject: [PATCH] Right order for windows --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index af66461..7d2f60b 100644 --- a/rc.lua +++ b/rc.lua @@ -749,7 +749,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