-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Focus current tab #638
Focus current tab #638
Conversation
Is it necessary to add another dependency (especially X11 specific)? Is using "get_server_time" essential? |
@jeremypw Unfortunately it seems |
Might be worth delaying trying to fix this until elementary/notifications#153 is fixed. It should not be necessary to add that extra dependency. |
Co-authored-by: Gustavo Marques <pushstarttocontinue@outlook.com>
Need to find a solution that works on Wayland. |
@Marukesu I think a dependency on |
I think it should be fine for what the notification sever can do right now. We really need to have the Gtk Notification interface implemented there to have the true timestamp of the event, but that can be done later. |
Fix #73
Tested this with multiple terminal windows and tabs. should work without issues.