From 66743a518f57886f50c6aa0317d1d4b702fd620f Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 20 Jun 2022 06:37:38 +0200 Subject: [PATCH] leave new windows as slaves by default --- .config/awesome/rc.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.39.2