描述
Problem Description
When using desktop notifications (e.g. with dunst or xfce4-notifyd) the notifications get hidden by other window (actually sent to the bottom of the stack) when a new window is opened.
Example:
dunst
notify-send "This is a test"
This pops up a notification bubble. If we open a new window, the notification gets hidden by other windows. We can check that the notification is still there by using compton to add transparency to the windows on top or by closing these before the notification goes away. This happens in any layout I have tried (Tall, Circle and Full).
It is expected that the notification stays at the top instead.
Configuration File
Any, it happens also with defaults. Tried also adding doIgnore for the notification bubbles.
Checklist
-
I've read CONTRIBUTING.md
-
I tested my configuration with xmonad-testing