mirror of
https://github.com/2e3s/awatcher.git
synced 2025-06-05 19:15:33 +00:00
commit
620d5865a9
@ -110,15 +110,15 @@ async fn filter_first_supported(
|
|||||||
client,
|
client,
|
||||||
"KWin window (script)"
|
"KWin window (script)"
|
||||||
));
|
));
|
||||||
watch!(create_watcher::<x11_window::WindowWatcher>(
|
|
||||||
client,
|
|
||||||
"X11 window"
|
|
||||||
));
|
|
||||||
#[cfg(feature = "gnome")]
|
#[cfg(feature = "gnome")]
|
||||||
watch!(create_watcher::<gnome_window::WindowWatcher>(
|
watch!(create_watcher::<gnome_window::WindowWatcher>(
|
||||||
client,
|
client,
|
||||||
"Gnome window (extension)"
|
"Gnome window (extension)"
|
||||||
));
|
));
|
||||||
|
watch!(create_watcher::<x11_window::WindowWatcher>(
|
||||||
|
client,
|
||||||
|
"X11 window"
|
||||||
|
));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user