feat: add master slave layout

This commit is contained in:
tux
2024-11-14 06:42:41 +05:30
parent a6275f1552
commit dee61c4a08

View File

@ -79,3 +79,9 @@ ruled.client.connect_signal("request::rules", function()
properties = { screen = 1, tag = "4" },
})
end)
client.connect_signal("request::manage", function(c)
if not awesome.startup then
c:to_secondary_section()
end
end)