-
Notifications
You must be signed in to change notification settings - Fork 47
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
Notifications in center of active workspace #21
Comments
Were you able to resolve this? I'm also running this on arch. |
I've found the default notification server to be pretty wonky, so I replaced it with twmnd to much more reliable effect. Obviously this doesn't help you debug your issue, but there are alternatives if you aren't especially attached to the KDE default. |
For me, it's like a race condition. When I log in, it's about 50/50 if the notifications appear in the center or in the top right. I'm not sure of the cause, but my current workaround is to log out and in again until they appear in the top right. |
I think I've figured it out. It has to do with the for_window [title="Plasma -- Desktop"] kill line. If I don't kill the desktop and I make it float, the notifications follow the top right corner of the desktop window. Now we have to figure out how to delay the killing of the desktop, which should be easy. I'll update this thread with more information once I find a fix |
Alright. I think I fixed it :) |
Just a note because I spent way too long on figuring this out: If you have multiple monitors, you have to kill plasma multiple times, for every monitor. For example, my command for two monitors: |
I used your configs on Kubuntu and they worked great. Now I'm on Arch, with a lot less "usual" stuff installed behind the scenes, and some behaviors are different. Notably, notifications pop up in the middle of the active display/workspace instead of the bottom right corner of the display/workspace with the panel.
I've gone into KDE notification settings and explicitly selected that corner (and other locations) to no avail. I've tried adding
, move absolute position 0 0
to the relevantfor_window
directives, still nothing.The text was updated successfully, but these errors were encountered: