aboutsummaryrefslogtreecommitdiff
path: root/src/command/spawn.zig
AgeCommit message (Collapse)AuthorFilesLines
2020-05-31Rework commands to be string basedIsaac Freund1-13/+21
This allows for significantly more flexibility and should make implementing the bind command possible.
2020-05-19Implement command execution through riverctlIsaac Freund1-1/+1
2020-05-02Rename files contatining top level structsIsaac Freund1-1/+1
This respects the naming convention of snake_case namespaces and TitleCase types.
2020-05-02Relicense to GPL-3.0-or-laterIsaac Freund1-1/+19
2020-05-02Make Seat a toplevel structIsaac Freund1-1/+1
2020-04-18Split up commands into separate filesIsaac Freund1-0/+21