From 4fbe9ceb5e281019f2fcc3175a910c8493ca5c78 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 20 Dec 2020 20:17:23 +0530 Subject: now new windows are slaved by default --- awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index 742b1572..c6f135c0 100755 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -562,7 +562,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 -- cgit v1.2.3