tmuxp: layout is broken on 1.3.4
With this simple configuration now the main window is always with width 2. It doesn’t matter whether I set main-pane-width: 160 or not, it’s always loaded in a strip of just 2 columns.
session_name: foo
windows:
- layout: main-vertical
panes:
- blank
- blank
I’m using the package from AUR.
Issue is present both in vertical and horizontal layouts.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 18 (9 by maintainers)
Commits related to this issue
- attempt at fixing #309 layout issues with tmux 2.6 even after setting -x and -y with new-session, select-layout won't take effect. However, it is necessary in 2.6 to get pane creation in detached mod... — committed to tmux-python/tmuxp by tony 7 years ago
- Remove -t from selectl in hook Per the feedback from: - https://github.com/tony/tmuxp/issues/309#issuecomment-343298726 - https://github.com/tony/tmuxp/pull/312#issuecomment-343299428 and verified ... — committed to tmux-python/tmuxp by tony 7 years ago
- Merge pull request #312 from tony/client-attach-layout-hook attempt at fixing #309 layout issues with tmux 2.6 — committed to tmux-python/tmuxp by tony 7 years ago
- Don't set -x/-y in sessions if inside tmux client Related: - https://github.com/tony/tmuxp/pull/312 - https://github.com/tony/tmuxp/issues/309 — committed to tmux-python/libtmux by tony 7 years ago
I am perplexed. Tomorrow morning I’m going to start giving this a look