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
The new notification feature is really useful -- however there's one improvement that would be great to see. When I'm already focused on tiny I don't want to see any notifications as the window is already in front of me and I can see everything in the tab bar. We already catch FocusGained and FocusLost events from the terminal, so this is just a matter of implementing a boolean state for whether we have focus or not, and show notifications only when we don't.
One caveat is this won't work when tiny is running inside tmux, so we should probably provide a flag for disabling this feature.
The new notification feature is really useful -- however there's one improvement that would be great to see. When I'm already focused on tiny I don't want to see any notifications as the window is already in front of me and I can see everything in the tab bar. We already catch
FocusGained
andFocusLost
events from the terminal, so this is just a matter of implementing a boolean state for whether we have focus or not, and show notifications only when we don't.One caveat is this won't work when tiny is running inside tmux, so we should probably provide a flag for disabling this feature.
cc @meain
The text was updated successfully, but these errors were encountered: