aboutsummaryrefslogtreecommitdiff
path: root/protocol/river-layout-v1.xml
AgeCommit message (Collapse)AuthorFilesLines
2021-04-27river-layout: update to v2Isaac Freund1-201/+0
This implements the changes to the river-layout protocol proposed in the previous commit removing river-options.
2021-04-20river-layout: create and implement protocolLeon Henrik Plickat1-0/+201
Replace the current layout mechanism based on passing args to a child process and parsing it's stdout with a new wayland protocol. This much more robust and allows for more featureful layout generators. Co-authored-by: Isaac Freund <ifreund@ifreund.xyz>