X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/b953c498401e42f0dbf60de22463b6845fdf7ab3..de5931c65f3f8a7138a412fcdfa8fce830807679:/.config/awesome/rc.lua 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