mirror of
https://github.com/YaLTeR/niri.git
synced 2025-10-06 00:23:14 +02:00
add window urgency through xdg-activation-v1
urgency is done through activation requests without a serial from a previous interaction. https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/150
This commit is contained in:
committed by
Ivan Molodetskikh
parent
3cc67897af
commit
86f57c2ec7
@@ -272,4 +272,8 @@ impl LayoutElement for TestWindow {
|
||||
fn interactive_resize_data(&self) -> Option<InteractiveResizeData> {
|
||||
None
|
||||
}
|
||||
|
||||
fn is_urgent(&self) -> bool {
|
||||
false
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user