We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a913a commit 654360eCopy full SHA for 654360e
CHANGES
@@ -19,6 +19,28 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
19
20
<!-- Maintainers, insert changes / features for the next release here -->
21
22
+### Breaking change
23
+
24
+#### Workspace builder now detects terminal size (#926)
25
26
+Dimensions used by workspace builder now use {meth}`shutil.get_terminal_size()`.
27
28
+In conjunction with `main-pane-height: 67%`, for instance, this will render a
29
+proportional layout:
30
31
+```yaml
32
+session_name: my session
33
+windows:
34
+- window_name: example with percentage
35
+ focus: True
36
+ layout: main-horizontal
37
+ options:
38
+ main-pane-height: 67%
39
+ panes:
40
+ - focus: true
41
+ - pane
42
+```
43
44
### Documentation
45
46
- Automatically linkify links that were previously only text.
0 commit comments