Implement variable single-window ratio
This commit is contained in:
parent
52785078b7
commit
63f5fc1bcd
6 changed files with 20 additions and 10 deletions
|
|
@ -299,7 +299,8 @@ Full command reference:
|
|||
| `toggle_fullscreen` | | Toggle fullscreen on focused window |
|
||||
| `close_window` | | Close the focused window |
|
||||
| `exit_river` | | Exit the river session |
|
||||
| `change_ratio` | float | Adjust primary/stack ratio on current output |
|
||||
| `change_primary_ratio` | float | Adjust primary/stack ratio on current output |
|
||||
| `change_single_window_ratio` | float | Adjust single-window ratio on current output |
|
||||
| `increment_primary_count`| | Add a window to the primary side |
|
||||
| `decrement_primary_count`| | Remove a window from the primary side |
|
||||
| `move_up` | pixels | Move floating window up |
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
These are in rough order of my priority, though no promises I do them in this order.
|
||||
|
||||
- [ ] Allow single-window ratio config PER output name
|
||||
- [ ] Fix mouse resizing
|
||||
- [ ] Add gap support
|
||||
- [ ] Support window tag/order caching between WM restarts (within a river session)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue