Right order for windows

This commit is contained in:
Thomas Forgione 2023-02-27 14:32:31 +01:00
parent d98ec296c9
commit c13d61ef48
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -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