Implement variable single-window ratio

This commit is contained in:
Ben Buhse 2026-03-19 14:25:25 -05:00
commit 63f5fc1bcd
No known key found for this signature in database
GPG key ID: 7916ACFCD38FD0B4
6 changed files with 20 additions and 10 deletions

View file

@ -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 |

View file

@ -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)