index
:
river
master
personal fork of riverwm
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
command.zig
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-01
Implement bind command
Isaac Freund
1
-0
/
+2
2020-06-01
Implement declare_mode
Isaac Freund
1
-2
/
+4
2020-06-01
Rename mode command to enter_mode
Isaac Freund
1
-3
/
+3
2020-05-31
Remove dead code
Isaac Freund
1
-39
/
+0
2020-05-31
Rework commands to be string based
Isaac Freund
1
-0
/
+157
2020-05-19
Implement command execution through riverctl
Isaac Freund
1
-50
/
+0
2020-05-17
Implement keybinding modes
Isaac Freund
1
-1
/
+2
2020-05-02
Rename files contatining top level structs
Isaac Freund
1
-1
/
+1
2020-05-02
Relicense to GPL-3.0-or-later
Isaac Freund
1
-0
/
+17
2020-05-02
Make Seat a toplevel struct
Isaac Freund
1
-1
/
+1
2020-04-22
Implement floating views
Isaac Freund
1
-0
/
+1
2020-04-18
Add binds to move views between outputs
Isaac Freund
1
-0
/
+1
2020-04-18
Split up commands into separate files
Isaac Freund
1
-165
/
+12
2020-04-18
Refactor focus next/prev view/output commands
Isaac Freund
1
-40
/
+26
2020-04-15
Add keybinds to cycle between outputs
Isaac Freund
1
-0
/
+31
2020-04-15
Track the focused output of seats
Isaac Freund
1
-17
/
+11
2020-04-13
Implement the focus stack
Isaac Freund
1
-80
/
+60
2020-04-13
Parially refactor commands to take a *Seat
Isaac Freund
1
-54
/
+110
2020-04-13
Allow storing *View in ViewStack
Isaac Freund
1
-1
/
+2
2020-04-11
Move output specific code out of root
Isaac Freund
1
-13
/
+18
2020-04-09
Go back to using std.ChildProcess
Isaac Freund
1
-8
/
+12
2020-04-08
Fix environment of spawned processes
Isaac Freund
1
-3
/
+9
2020-04-08
Add keybind to close views
Isaac Freund
1
-0
/
+7
2020-04-08
Add binding to toggle tag of focused view
Isaac Freund
1
-0
/
+12
2020-04-08
Add binding to toggle focused tags
Isaac Freund
1
-0
/
+10
2020-04-07
Refactor keybindings to be runtime defined.
Isaac Freund
1
-9
/
+22
2020-04-07
Move commands to a separate file
Isaac Freund
1
-0
/
+78