Commit Graph

7 Commits

Author SHA1 Message Date
Isaac Freund
bf17b54048
Go back to using std.ChildProcess
The bug with this was fixed by https://github.com/ziglang/zig/pull/4970.
2020-04-09 12:54:38 +02:00
Isaac Freund
3332e0ab2b
Fix environment of spawned processes
std.ChildProcess isn't handling environment variables set at runtime properly,
so just use libc directly.
2020-04-08 21:31:07 +02:00
Isaac Freund
b2fbdf2d87
Add keybind to close views 2020-04-08 17:43:00 +02:00
Isaac Freund
57b371d567
Add binding to toggle tag of focused view 2020-04-08 12:44:41 +02:00
Isaac Freund
180c2a8faa
Add binding to toggle focused tags 2020-04-08 00:40:41 +02:00
Isaac Freund
fa65333789
Refactor keybindings to be runtime defined. 2020-04-07 21:48:56 +02:00
Isaac Freund
15f97314a9
Move commands to a separate file 2020-04-07 19:16:38 +02:00