| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-04-18 | Add binds to move views between outputs | Isaac Freund | 1 | -0/+15 | |
| 2020-04-18 | Split up commands into separate files | Isaac Freund | 1 | -14/+66 | |
| 2020-04-18 | Refactor focus next/prev view/output commands | Isaac Freund | 1 | -4/+26 | |
| 2020-04-15 | Add keybinds to cycle between outputs | Isaac Freund | 1 | -0/+4 | |
| 2020-04-14 | Clean up and comment config | Isaac Freund | 1 | -34/+49 | |
| 2020-04-09 | Go back to using std.ChildProcess | Isaac Freund | 1 | -1/+1 | |
| The bug with this was fixed by https://github.com/ziglang/zig/pull/4970. | |||||
| 2020-04-08 | Implement outer padding | Isaac Freund | 1 | -1/+5 | |
| 2020-04-08 | Remove stray default values | Isaac Freund | 1 | -2/+2 | |
| 2020-04-08 | Fix environment of spawned processes | Isaac Freund | 1 | -1/+1 | |
| std.ChildProcess isn't handling environment variables set at runtime properly, so just use libc directly. | |||||
| 2020-04-08 | Add keybind to close views | Isaac Freund | 1 | -0/+2 | |
| 2020-04-08 | Add view all tags and tag with all tags keybinds | Isaac Freund | 1 | -0/+3 | |
| 2020-04-08 | Add binding to toggle tag of focused view | Isaac Freund | 1 | -0/+7 | |
| 2020-04-08 | Add binding to toggle focused tags | Isaac Freund | 1 | -0/+7 | |
| 2020-04-07 | Refactor keybindings to be runtime defined. | Isaac Freund | 1 | -0/+62 | |
