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