You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I noticed that if I start a session like that:
And then add a hook like that:
It gets triggered twice or even thrice when I switch from that terminal to another application
I'm running Openbox as my WM, and it seems that the number of runs maybe depends on a way I switch away from the temrinal running that tmux session?
If I minimize the terminal, it fires once. Here's the related Openbox action:
If I do an interactive NextWindow (the thing that most resembles the famous Alt-Tab from Windows), it fires twice:
And if I do non-interactive NextWindow (just switches to the next app in the stack), it fires thrice:
So, that's probably not a tmux thing per se, but maybe some of you guys have also faced / resolved something like this?
I'm running tmux next-3.7 (compiled from the master on the 1st of July).
All reactions