xmonad/xmonad

New windows cause notifications to go to the bottom

Open

#89 创建于 2017年3月10日

在 GitHub 查看
 (14 评论) (1 反应) (0 负责人)Haskell (3,574 star) (295 fork)batch import
bugeffort: mediumgood first issuehelp wanted

描述

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

贡献者指南