diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-20 20:17:23 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-20 20:17:23 +0530 |
commit | 4fbe9ceb5e281019f2fcc3175a910c8493ca5c78 (patch) | |
tree | 21cd6bd6750c9ef62860cf91fc74b860c5805fd3 /awesome/rc.lua | |
parent | ad7fba3f69ab1ceac507ba51c59965acda2b2927 (diff) |
now new windows are slaved by default
Diffstat (limited to 'awesome/rc.lua')
-rwxr-xr-x | awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |