Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Cannot split window #10

Closed
obsoleszenz opened this issue Jan 21, 2024 · 1 comment
Closed

Error: Cannot split window #10

obsoleszenz opened this issue Jan 21, 2024 · 1 comment

Comments

@obsoleszenz
Copy link

When I'm trying to open this project yaml, rusmux exits with: "Starting project /home/xxx/djsetup/tmuxinator.yml
no space for new pane
Error: Cannot split window djsetup:0
"

Project.yml

project_name: djsetup
root: .

windows:
  - main:
      layout: tiled
      # Synchronize all panes of this window, can be enabled before or after the pane commands run.
      # 'before' represents legacy functionality and will be deprecated in a future release, in favour of 'after'
      # synchronize: after
      panes:
        - RUST_LOG=debug serial2midi midify --name Mixer --match "sysex_family == 0x0200"
        - RUST_LOG=debug serial2midi midify --name 4x4 --match "sysex_family == 0x0100"
        - GDK_BACKEND=x11 jalv.gtk https://distrho.kx.studio/plugins/cardinal#fx   -l delay.state -n "Delay"
        - GDK_BACKEND=x11 jalv.gtk https://github.com/michaelwillis/dragonfly-reverb -l reverb.state/ -n "Reverb"
        # - carla ./carla.carxp
        - cd ~/Coding/librecdj && kitty cargo run --bin librecdj --release
        - PIPEWIRE_RATE=1/96000 equis
        - qpwgraph -a $(pwd)/patchbay.qpwgraph
        - pw-top
        - cd ~/Musik/Techno/Sets && echo 'Run equis-record to record :)'
@MeirKriheli
Copy link
Owner

Maybe should assign a larger default size. This relates to tmux not passing the sizes when started detached.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants