Isaac Freund
|
134eff2593
|
Rename mode command to enter_mode
|
2020-06-01 00:04:05 +02:00 |
|
Isaac Freund
|
0d29a64327
|
Remove dead code
|
2020-05-31 21:10:13 +02:00 |
|
Isaac Freund
|
d9ca9db5a4
|
Rework commands to be string based
This allows for significantly more flexibility and should make
implementing the bind command possible.
|
2020-05-31 21:04:25 +02:00 |
|
Isaac Freund
|
cee41e925d
|
Implement command execution through riverctl
|
2020-05-19 22:59:50 +02:00 |
|
Isaac Freund
|
3fe1edbe3e
|
Implement keybinding modes
|
2020-05-17 00:03:26 +02:00 |
|
Isaac Freund
|
e199bcba43
|
Rename files contatining top level structs
This respects the naming convention of snake_case namespaces and
TitleCase types.
|
2020-05-02 23:11:56 +02:00 |
|
Isaac Freund
|
8a9c2182ea
|
Relicense to GPL-3.0-or-later
|
2020-05-02 19:21:10 +02:00 |
|
Isaac Freund
|
7ddcebbbab
|
Make Seat a toplevel struct
|
2020-05-02 16:35:15 +02:00 |
|
Isaac Freund
|
1362061c4c
|
Implement floating views
|
2020-04-22 22:51:18 +02:00 |
|
Isaac Freund
|
8fcca81755
|
Add binds to move views between outputs
|
2020-04-18 14:53:21 +02:00 |
|
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
|
2283ee78b5
|
Track the focused output of seats
|
2020-04-15 17:59:46 +02:00 |
|
Isaac Freund
|
8bfca48991
|
Implement the focus stack
|
2020-04-13 21:00:18 +02:00 |
|
Isaac Freund
|
3cb52c4898
|
Parially refactor commands to take a *Seat
|
2020-04-13 19:25:37 +02:00 |
|
Isaac Freund
|
b822084f39
|
Allow storing *View in ViewStack
This is done in preparation for implementing focus stacks.
|
2020-04-13 17:25:39 +02:00 |
|
Isaac Freund
|
ff833a07d3
|
Move output specific code out of root
This is in preperation of proper output event handling and eventual
multi output support.
|
2020-04-11 14:24:20 +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
|
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 |
|