aboutsummaryrefslogtreecommitdiff
path: root/src/config.zig
AgeCommit message (Collapse)AuthorFilesLines
2020-04-15Add keybinds to cycle between outputsIsaac Freund1-0/+4
2020-04-14Clean up and comment configIsaac Freund1-34/+49
2020-04-09Go back to using std.ChildProcessIsaac Freund1-1/+1
The bug with this was fixed by https://github.com/ziglang/zig/pull/4970.
2020-04-08Implement outer paddingIsaac Freund1-1/+5
2020-04-08Remove stray default valuesIsaac Freund1-2/+2
2020-04-08Fix environment of spawned processesIsaac Freund1-1/+1
std.ChildProcess isn't handling environment variables set at runtime properly, so just use libc directly.
2020-04-08Add keybind to close viewsIsaac Freund1-0/+2
2020-04-08Add view all tags and tag with all tags keybindsIsaac Freund1-0/+3
2020-04-08Add binding to toggle tag of focused viewIsaac Freund1-0/+7
2020-04-08Add binding to toggle focused tagsIsaac Freund1-0/+7
2020-04-07Refactor keybindings to be runtime defined.Isaac Freund1-0/+62