X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/ae4052a4cac0b8608497d53c8a8f9e11110e329c..66743a518f57886f50c6aa0317d1d4b702fd620f:/.config/awesome/rc.lua diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 367f143..70e885c 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -1141,12 +1141,12 @@ 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 - local t = awful.screen.focused().selected_tag - if t.name == "xmutt" then - awful.client.setslave(c) - end - end + --if not awesome.startup then + -- local t = awful.screen.focused().selected_tag + -- if t.name == "xmutt" then + -- awful.client.setslave(c) + -- end + --end if awesome.startup and not c.size_hints.user_position