-
Notifications
You must be signed in to change notification settings - Fork 71
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
Clicking on a notification should bring up the terminal this notification came from (Linux) #96
Comments
@eugene-babichenko This works on macOS already. Which OS are you using? |
This is needed to be done at least for WSL and Fedora with GNOME 3. Probably other Linux distros. |
Wouldn't it be dependent on the notification daemon being used? Also the window manager, at least in wayland I imagine the switching part would be different for each compositor? Just trying to picture what a solution would look like. |
Yes, this is the problem. I tried to write an implementation for GNOME 3 running on Wayland and it was very GNOME-specific. |
I'm running fish in the terminal emulator "Terminator", so if I change the argument of the It's also possible to activate the window with either wmctrl -i -a <window ID> # note that the order of the options should not be changed
xdotools windowactivate <window ID> However, I was not able to use the Therefore, a simple solution would be let the user set an |
Pretty much as in the description. Switching to the terminal when clicking on the corresponding notification would be nice.
The text was updated successfully, but these errors were encountered: