Skip to content

Focus doesn't work #370

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

Closed
vinipsmaker opened this issue Mar 27, 2018 · 3 comments
Closed

Focus doesn't work #370

vinipsmaker opened this issue Mar 27, 2018 · 3 comments

Comments

@vinipsmaker
Copy link

I'm a new tmuxp user (have been using tmux for some months and decided to give a try to tmux session managers) and it doesn't focus on the proper window at all. I've tried several different combinations and none works. My last try was:

session_name: barao
windows:
- window_name: spare
  panes: []
- window_name: git
  focus: true
  start_directory: /home/vinipsmaker/Projetos/blinktrade/barao-gateway
  panes:
  - git status
- window_name: build
  start_directory: /home/vinipsmaker/Projetos/blinktrade/barao-gateway/build
  panes:
  - '#make -j5'
- window_name: services
  start_directory: /home/vinipsmaker/Projetos/blinktrade/barao-gateway/tools
  panes:
  - '#./dumb_authenticator.py'
- window_name: journald
  panes:
  - '#journalctl SYSLOG_IDENTIFIER=blinktrade-barao-gateway -o json-pretty -f'

Window services was end up being the window focused once I load the session. No idea why this happens.

My system:

  • ArchLinux.
  • tmux 2.6
  • tmuxp 1.4.0
@anselmos
Copy link

There is related issue about that -#326

@anselmos
Copy link

anselmos commented Nov 9, 2019

Fixed in #500 @vinipsmaker

@tony
Copy link
Member

tony commented Nov 10, 2019

Closing this now, assuming this is fixed.

Please feel to free to reopen if this persists after #500 (v1.5.4)

@tony tony closed this as completed Nov 10, 2019
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

3 participants