mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
feat: add master slave layout
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user