Commit Graph

13 Commits

Author SHA1 Message Date
Isaac Freund
64a3b72a1c
Split up commands into separate files 2020-04-18 13:41:04 +02:00
Isaac Freund
e0c6b5bf72
Refactor focus next/prev view/output commands 2020-04-18 13:12:15 +02:00
Isaac Freund
8a326541f6
Add keybinds to cycle between outputs 2020-04-15 19:16:55 +02:00
Isaac Freund
65d1519826
Clean up and comment config 2020-04-14 01:18:44 +02:00
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
0038a56a62
Implement outer padding 2020-04-08 23:40:15 +02:00
Isaac Freund
5ce2bef513
Remove stray default values 2020-04-08 23:22:14 +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
dd480ca567
Add view all tags and tag with all tags keybinds 2020-04-08 12:52:36 +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