-
Notifications
You must be signed in to change notification settings - Fork 173
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
"Notify only in background" does not work #2563
Comments
The reason is probably that far2l in tty mode does not know the state of focus on terminal window.
Notifications should be sended only if we definitely do not have focus. |
@Dazzar56 could you please help with adding this? |
At the moment there is just a stub here: far2l/WinPort/src/Backend/TTY/TTYBackend.cpp Lines 960 to 963 in 9ef3316
|
may change to |
..or better: #2567 |
TTY/VT: focus change notifications (touch #2563)
check current master please if you can |
Works for me :) |
Works as expected in: Konsole, Gnome Terminal, kovidgoyal's kitty. |
I have pulled latest version and just build far2l and it annoyingly shows notifications about every run command even when I am running it directly, without minimizing far2l. "Notify only in background" seems to have no effect, only when I disable notifications completely, they go away.
The text was updated successfully, but these errors were encountered: