mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 04:56:34 +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" },
|
properties = { screen = 1, tag = "4" },
|
||||||
})
|
})
|
||||||
end)
|
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