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