aboutsummaryrefslogtreecommitdiff
path: root/src/Config.zig
AgeCommit message (Collapse)AuthorFilesLines
2020-06-01Implement declare_modeIsaac Freund1-2/+2
2020-06-01Rename mode command to enter_modeIsaac Freund1-2/+2
2020-05-31Store modes by idIsaac Freund1-52/+49
2020-05-31Rework commands to be string basedIsaac Freund1-141/+169
This allows for significantly more flexibility and should make implementing the bind command possible.
2020-05-20Add layout commandLeon Henrik Plickat1-0/+29
2020-05-19Implement command execution through riverctlIsaac Freund1-47/+30
2020-05-17Implement keybinding modesIsaac Freund1-38/+62
2020-05-02Rename files contatining top level structsIsaac Freund1-0/+223
This respects the naming convention of snake_case namespaces and TitleCase types.